v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Surveys

List Surveys

List all surveys

get/surveys

Query parameters

statusSurveyStatus[]

If provided, only return surveys with the given status.

If provided, only return surveys with the given status.

[
  "active"
]
-statusSurveyStatus[]

If provided, only return surveys without the given status.

If provided, only return surveys without the given status.

[
  "inactive"
]
ordering'creation_date' | '-creation_date' | 'question' | '-question' | 'identifier' | '-identifier' | 'status' | '-status' | 'response_count' | '-response_count'

The ordering to apply to the results.

Example:-creation_date

The ordering to apply to the results.

pageinteger

The page number of the paginated response.

Example:1

The page number of the paginated response.

Response

OK

nextstring nullable

The URL to the next page of results, if any.

previousstring nullable

The URL to the previous page of results, if any.

countinteger required

The total number of results across all pages.