Get list of key names
GET {{baseUrl}}/visibilityServices/v1/companies/:companyId/keyNames?documentKeyName=nu&after=0&limit=25
Get list of available search key names
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
documentKeyName | string | (Required) Search key name filter. Please provide at least two symbols existent in key name. | |
after | number | The position of starting record for collection page. Should be used together with LIMIT parameter. Can not be used in combination of BEFORE parameter, | |
limit | number | Number of elements in result collection. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
[{"startPosition":63411005,"pageSize":-11768444,"totalCount":6912514,"responseCollection":[{"keyName":"anim","isPrimary":false},{"keyName":"in laborum anim","isPrimary":false}]},{"startPosition":73951344,"pageSize":10302246,"totalCount":49464869,"responseCollection":[{"keyName":"quis nulla adipisicing elit","isPrimary":false},{"keyName":"ad qui ut pariatur aute","isPrimary":false}]}]