List all business
You can retrieve your business through the API.
List all bisiness
GET https://api.treevox.com/v1/business
Returns a list of your business. The business are returned sorted by creation date, with the most recently created business 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.
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.
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)
Headers
Última actualización
¿Te fue útil?