v12

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2021-08-2791118.4 KB
data

Retrieve data.

Retrieve data.

get/data

Query parameters

page[size]integer

The amount of records per page returned. Defaults to 50.

page[number]integer

The number of the page to be returned. Defaults to 1.

created_sincestring

Used to retrieve data records that we created since given timestamp

updated_sincestring

Used to retrieve data records that we updated since given timestamp

domain_idstring

Used to retrieve data records that have specific domainId

schema_uristring

Used to retrieve data records that have specific schemaUri

tenantstring

Used to retrieve data records that have specific Tenant ID. Requires "all" or "tenant.all" permission.

min_scorenumber

Used to retrieve only data records with a score of at least the one provided

has_duplicatesboolean

Used to retrieve only data records with known duplicates

has_subsetsboolean

Used to retrieve only data records with known subsets

is_uniqueboolean

Used to retrieve only data records with no known subsets nor duplictates

Response

successful operation

Example response

{
  "data": [
    {
      "owners": [
        {
          "id": "123",
          "type": "user"
        }
      ]
    }
  ]
}
All 9 operations