Skip to main content
GET
cURL

Authorizations

x-api-key
string
header
required

Query Parameters

limit
integer
default:50

Page size (number of questionnaires per page).

offset
integer
default:0

Number of rows to skip before the first returned questionnaire.

Response

One page of questionnaires ordered by created_at descending, wrapped in the pagination envelope. Each item in results is a QuestionnaireListItem.

count
integer

Total number of questionnaire versions for the application.

next
string<uri> | null

URL of the next page, or null on the last page.

previous
string<uri> | null

URL of the previous page, or null on the first page.

results
object[]