Finds custom data based on input 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) |
Success
{- "paging": {
- "totalItems": 0,
- "totalPages": 0,
- "pageSize": 0,
- "currentPage": 0,
- "maxPageSize": 0
}, - "data": [
- {
- "data": {
- "uniqueId": "cz-customdata-123456789",
- "dataKey": "string",
- "permission": {
- "code": "custom.data.read"
}, - "attachedTo": [
- {
- "type": "Company"
}
], - "content": "string"
}, - "meta": {
- "dataSources": [
- {
- "code": "string",
- "name": "string",
- "externalId": "string",
- "url": "string"
}
], - "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "prospector": {
- "link": "string"
}, - "hash": "string"
}
}
]
}