List Contacts in a Segment
Returns an array of contacts along with the total number of records in the set. By default will return the first 100, but using skip and take parameters you can page through the set.
Path Parameters
idstringrequired
HTTP Response Examples
200
{
"Status": true,
"Message": "",
"Response": {
"contacts": [
"5188b876e4454f3ab4e94c7d0ecaa84a",
...
"d0578377e02f413db95de930fe4eeadd",
"c1262061g4554fb4ae99e53586bd4b27",
"3c784a124c5c4e1d830a3b540b5abb40",
"1a0194390e0b4aeabca8418794e08c91",
"2f31e289af2641c2a15c4061f9de8fbf"
],
"take":0,
"skip":100,
"has_more_results":true,
"total_count": 379
}
}