List all org custom properties (Chat)
Lists all the custom properties added to chats in your org. Useful for getting the custom property ids and their values for each chat.
Refer to the Custom Property object to find more details about the custom property object
.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token> is your apiKey
generated in Periskope API settings.
Headers
Organisation phone number(with country code) and without any spaces or special characters.
e.g. 9190043XXXXX
Query Parameters
Starting index of the list sorted based on timestamp
Default - 0
Number of objects per request after offset.
Maximum - 2000
, Default - 1000
Response
A list of all custom properties added to any chat, along with a total count value.
Refer to the Custom Property object to find more details about chat custom proerties.
Was this page helpful?