Get custom list identifiers

Retrieve identifiers from a custom list.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Path parameters

listIdstringRequiredformat: "^[0-9a-fA-F]{24}$"
The unique identifier of the custom list

Query parameters

searchstringOptional

Search term for filtering identifiers by their values (not identifier types). Searches within the actual identifier values.

sortFieldenumOptional
Field to sort by
Allowed values:
sortDirectionenumOptional
Sort direction
Allowed values:
limitintegerOptional>=0
Maximum number of results to return
offsetintegerOptional>=0
Number of results to skip
filtersstringOptional
JSON object for complex filtering

Response

Successfully retrieved identifiers
messagestring
Response message
resultboolean
Indicates if the request was successful
contentobject or null

Errors