Get Matching Document Tuple In Detail

View as Markdown

Retrieves the matching document tuples of a collection, filtered by status and version, with optional text search (searchBy) and pagination (skip/take). The response contains the tuple list, pagination info, and the total count. Note that although this uses the POST method, it is a read operation — the filters are sent in the request body.

Authentication

x-api-keystring
API key issued by Staple.
AuthorizationBearer
JWT obtained from the login endpoint.

Request

This endpoint expects an object.
statusstringOptional
collectionIdintegerOptional
searchBystringOptional
versionstringOptional
paginationobjectOptional

Response

OK