Get Data Items By Key

Returns all data items in the specified collection whose field values match the values specified in a Data Item By Key Find JSON Object. If necessary, you can paginate this endpoint's results using query parameters.
Note: For more complex data item search queries, consider using the filter parameter with Get All Data Items.

Valid Authentication Methods

OAuth 2.0 User Token Scopes:

  • data-service.admin
Path Params
integer
required

ID of collection to get data items from

integer
required

ID of data item to get

Query Params
integer

Starting 1-based index of the data items to return. Defaults to 1.

integer

Ending 1-based index of the data items to return. Defaults to 10000.

Body Params
targetValues
array of objects
required

List of parameters by which to search for data items

targetValues*
keySchemaFields
array of strings

Fields used to search for items in the collection. If it is not provided, primary keys from the schema are used.

keySchemaFields
Response

Language
Credentials
OAuth2
Click Try It! to start a request and see the response here! Or choose an example:
application/json