This method provides access to pre-defined responses which are stored in the system.
/api/v2/objects/responses
If authenticated with an account or user token, you will be able to access all responses (unless your user-token is not permitted to access responses in other departments).
department
- the ID of the department's responses you wish to include in the response.{
"global": [
{
"id": 1,
"name": "aTech Signature"
}
],
"department": [
{
"id": 2,
"name": "Some department!"
}
]
}