Contacts
Get contacts from a segment
The method is used to search for all contacts in a segment.
get/api/v1/group/{id}/contacts
Path parameters
idinteger required
Segment ID
Query parameters
startindexinteger
The index of the first contact returned from the search result.<br/>Numbering starts at 1
maxrowsinteger
Maximum number of contacts to return (max. 500)
orderByTsboolean
Order by the time of addition to the segment.
ascboolean
Sort in ascending (ASC) or descending (DESC) order.
Changes
No recorded changes to this endpoint across all 1 revision of this API.