extended info...
id required | string <uuid> ID of the entity to be retrieved. |
{- "entity": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "citizenship": "string",
- "dateOfBirth": "string",
- "ref": "string",
- "type": "string",
- "address": "string",
- "placeOfBirth": "string",
- "source": {
- "name": "string",
- "importedAt": "2019-08-24T14:15:22Z"
}, - "rawData": { },
}
}
extended info...
pageSize | integer [ 1 .. 30 ] Default: 30 The number of entities to return in the response |
term | string |
strategy | string Default: "partial" Enum: "partial" "exact" |
{- "term": "string",
- "strategy": "partial"
}
{- "search": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "term": "string",
- "strategy": "string",
- "resultsCount": 0,
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
- "createdAt": "2019-08-24T14:15:22Z"
}, - "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "citizenship": "string",
- "dateOfBirth": "string",
- "ref": "string",
- "type": "string",
- "aliasToId": "f69cb371-ce59-43b5-8f78-4c91d0e61348",
- "sourceName": "string"
}
], - "nextPageToken": "string"
}
extended info...
id required | string <uuid> >= 1 ID of the search to be retrieved. |
nextPageToken | string Token used to fetch the next page of search results (provided in a previous response) |
pageSize | integer [ 1 .. 30 ] Default: 30 The number of entities to return in the response |
{- "search": {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "term": "string",
- "strategy": "string",
- "resultsCount": 0,
- "userId": "2c4a230c-5085-4924-a3e1-25fb4fc5965b",
- "accountId": "3d07c219-0a88-45be-9cfc-91e9d095a1e9",
- "createdAt": "2019-08-24T14:15:22Z"
}, - "results": [
- {
- "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
- "name": "string",
- "citizenship": "string",
- "dateOfBirth": "string",
- "ref": "string",
- "type": "string",
- "aliasToId": "f69cb371-ce59-43b5-8f78-4c91d0e61348",
- "sourceName": "string"
}
], - "nextPageToken": "string"
}