Variants

Query Variant Revisions

Query variant revisions by their IDs.

This endpoint allows batch fetching of multiple revisions at once, which is more efficient than making individual requests.

Args: payload: Request containing list of revision IDs to fetch

Returns: RevisionsQueryResponse: Response containing the count and list of revisions

post/variants/revisions/query

Request body

revision_idsstring[] required

Response

Successful Response

countinteger

Changes