Custom Data

Custom Data

get/{dataset}/v3/custom-data

Finds custom data based on input parameters.>

SecurityApiKey
Request
path Parameters
dataset
required
string
query Parameters
Keys
Array of strings or null
NationalIn
string or null
CompanyTag.Uid
string or null <uuid>

Unique identifier.

Updated.From
string or null <date-time>

Search data by System.DateTimeOffset starting from this value.

Updated.To
string or null <date-time>

Search data by System.DateTimeOffset up to this value.

Type
string or null
Offset
integer <int32>

Allows to specify offset from where to start streaming results. Default value: 0

Limit
integer <int32>
Default: 200

Allows to specify limit of returned data.

SortBy
string or null

Sorting order and field to sort by in format sorting-order Valid orders: desc, asc.

Example: desc(createdAt)

Responses
200

Success

Response samples
{
  • "paging": {
    },
  • "data": [
    ]
}