get https://examplebaseURL.com/v1/api/apps//destination
Response Format
Parameter | Type | Description |
---|---|---|
code | Number | Refer to [Success and Error Code] (https://docs.cinnox.com/reference/error-codes-and-rate-limit) |
destinationID | String | ID of the created destination |
createAt | String | Date and time for the destination which was created |
destinationName | String | Destination Name (Service Group Name) |
supportLanguages | Array | A list of languages the serve group supports |
supportLocations | Array | A list of locations the serve group supports |
type | Array | A list of Destination type. - PHONE (PSTN Phone) - STAFF (Staff List) - TRUNK (SIP Trunk) - CHATBOT (Chatbot) |
phoneTargets | Array | A list of PSTN Phone Number that linked to the destination. (When the destination type = PHONE) |
staffTargets | Array | A list of Staff ID. (When the destination type = STAFF) |
trunkTargets | Array | A list of Trunk ID. (When the destination type = TRUNK) |
chatbotTargets | Array | A list of Chatbot ID (When the destination type = chatbot) |