Responses

This method provides access to pre-defined responses which are stored in the system.

URL

/api/v2/objects/responses

Access

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).

Supported Parameters

  • department - the ID of the department's responses you wish to include in the response.

Example JSON

{
    "global": [
        {
            "id": 1,
            "name": "aTech Signature"
        }
    ],
    "department": [
        {
            "id": 2,
            "name": "Some department!"
        }
    ]
}

Proudly powered by Katapult. Running on 100% renewable energy.