Skip to main content
GET
Get application responses

Authorizations

Authorization
string
header
required

Type "Bearer" followed by a space and the API token.

Path Parameters

applicationId
string
required

Application ID

Query Parameters

page
integer
default:1

Page number

Required range: x >= 1
limit
integer
default:10

Items per page

Required range: 1 <= x <= 100

Response

successfully retrieved paginated application responses

data
object[]
page
integer
Example:

1

pageSize
integer
Example:

10

total
integer
Example:

100

totalPages
integer
Example:

10