Responses

Get application responses

get

Retrieves a paginated list of responses for a specific application.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
app_idintegerRequired

The ID of the application

Query parameters
pageinteger · min: 1Optional

Page number for pagination

Default: 1
limitinteger · min: 10 · max: 50Optional

The number of responses to return per page

Default: 50
statestring · enumOptional

Filter responses by their current state

Possible values:
Responses
chevron-right
200

Successful response

application/json
get
/applications/{app_id}/responses

Update a response state

patch

Updates the state of a specific response.

Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
idintegerRequired

The ID of the response to update

Body
statestring · enumRequired

The new state for the response

Possible values:
Responses
chevron-right
200

State updated successfully

application/json
idintegerOptional
statestringOptional
messagestringOptionalExample: Response state updated successfully
patch
/responses/{id}

Last updated

Was this helpful?