Retrieve data.
Retrieve data.
Query parameters
The amount of records per page returned. Defaults to 50.
The number of the page to be returned. Defaults to 1.
Used to retrieve data records that we created since given timestamp
Used to retrieve data records that we updated since given timestamp
Used to retrieve data records that have specific domainId
Used to retrieve data records that have specific schemaUri
Used to retrieve data records that have specific Tenant ID. Requires "all" or "tenant.all" permission.
Used to retrieve only data records with a score of at least the one provided
Used to retrieve only data records with known duplicates
Used to retrieve only data records with known subsets
Used to retrieve only data records with no known subsets nor duplictates
Response
successful operation
Example response
{
"data": [
{
"owners": [
{
"id": "123",
"type": "user"
}
]
}
]
}