Contact
List contact
Retrieve a collection of contacts.
get/contacts
Query parameters
skipinteger
Use the skip query parameter to set the number of items to skip at the start of a collection.
topinteger
Use the top query parameter to specify the page size of the result set.
Response
OK
Example response
{
"count": 100,
"items": [
{
"id": "NzAwNTUxOTA5NzczMTQ4MTYw"
}
]
}