getPrimaryNames
getPrimaryNames
is a method on the ARIO
class that retrieves all primary names paginated and sorted by the specified criteria. the cursor
used for pagination is the last name from the previous request.
getPrimaryNames
does not require authentication.
Example
getPrimaryNames
Parameters
Parameter | Type | Description | Optional | Default |
---|---|---|---|---|
cursor | String | Cursor used for paginated results | true | None |
limit | Number | Max number of results to return in a single search. Max is 1000. | true | 100 |
sortBy | String | Property used to sort returned results | true | startTimestamp |
sortOrder | String | Order in which sorted results are returned. valid values are | true | desc |