Get dispositions
Use this method to get a conversation form with attached fields and values.
Please log in to see full path URL. Learn why.
get
/ccaas/2/conversations/{conversationId}/form
Authorizations:
Scopes:
path Parameters
conversationId required | string Id of the conversation. |
query Parameters
formId | string Id of the form. If none provided, the one currently assigned to a conversation is used. |
Responses
200
OK
401
Unauthorized
403
Forbidden
404
Not found
500
Internal Server Error
Request samples
- cURL
- Java
- C#
- Go
- Python
- PHP
- JavaScript
- NodeJs
- Ruby
Example
cURL
Copy
curl -L -g 'https://{baseUrl}/ccaas/2/conversations/{conversationId}/form' \ -H 'Authorization: {authorization}' \ -H 'Accept: application/json'
Response samples
- 200
- 401
- 403
- 404
- 500
Content type
application/json
Successful response
Copy
Collapse all {- "conversationId": "F876A7C5C73A1B3CA94FE405DF30D0A2",
- "formId": "75f57446-1d65-478a-87ed-22d17dc3d077",
- "fields": [
- {
- "fieldId": "d85b8e46-f579-482f-b383-22648aae17b5",
- "dispositionId": "d7a2980d-5496-44aa-8046-bf2233e7999f",
- "dispositionValue": "inquiry"
}, - {
- "fieldId": "e130e3f2-c8de-4ba9-a26e-8ac705642832",
- "dispositionId": "8f7faac9-742c-42d6-bac7-c8a63f587e57",
- "dispositionValue": null
}
]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See