Responses
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_idintegerRequired
The ID of the application
Query parameters
pageinteger · min: 1OptionalDefault:
Page number for pagination
1limitinteger · min: 10 · max: 50OptionalDefault:
The number of responses to return per page
50statestring · enumOptionalPossible values:
Filter responses by their current state
Responses
200
Successful response
application/json
400
Bad request (Invalid limit or state)
application/json
401
Unauthorized (Missing or invalid API key)
application/json
403
Access denied to the requested resource
application/json
404
Resource not found
application/json
500
Internal server error
application/json
get
/applications/{app_id}/responsesAuthorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired
The ID of the response to update
Body
statestring · enumRequiredPossible values:
The new state for the response
Responses
200
State updated successfully
application/json
idintegerOptional
statestringOptional
messagestringOptionalExample:
Response state updated successfully400
Bad request (Invalid JSON or missing/invalid state)
application/json
401
Unauthorized (Missing or invalid API key)
application/json
403
Access denied to the requested resource
application/json
404
Resource not found
application/json
500
Internal server error
application/json
patch
/responses/{id}Last updated
Was this helpful?