List all contacts
Returns a list of your contacts. The contacts are returned sorted by creation date, with the most recently created contacts appearing first.
List all contacts
GET
https://api.treevox.com/v1/contacts
Returns a list of your contacts. The contacts are returned sorted by creation date, with the most recently created contacts appearing first.
Query Parameters
offset
Number
A cursor for use in pagination. offset is an number that defines your place in the list. For instance, if you make a list request and receive 100 objects, your subsequent call can include offset = 100 in order to fetch the next page of the list. (Default is 0)
limit
Number
A limit on the number of objects to be returned. Limit can range between 1 and 100, and the default is 10.
classification
Number
Only return contacts with the given classification
. classification
is a number from 1 to 5
created
Date
A filter on the list based on the object createdAt
field. The value can be a string with Date.
created.gt
Date
Return results where the createdAt
field is greater than this value.
created.gte
Date
Return results where the createdAt
field is greater than or equal to this value.
created.lt
Date
Return results where the createdAt
field is less than this value.
created.lte
Date
Return results where the createdAt
field is less than or equal to this value.
assignedToId
Number
Only return contacts with the given assignedToId
. assignedToId
would be the identifier of the contact owner.
ids
String
Only return contacts with the given IDs. ids
would be the contact's id
, it is sent separated by ,
(1,2,3,4,5
)
expand[]
String
Headers
Content-Type*
application/json
Accept-Encoding
gzip
x-api-key*
String
Última actualización
¿Te fue útil?