List questionnaires

List questionnaires with filtering and pagination.

Query Params
int32
1 to 100
Defaults to 10

Controls the maximum number of items returned in one response from the API.

string

A marker or pointer, telling the API where to start fetching items for the subsequent page in a paginated dataset. Note that the requested page will not include the item that corresponds to this cursor but will start from the one immediately after this cursor.

string

Filter questionnaires by display name (case-insensitive, partial match).

statusMatchesAny
array of objects

Filter questionnaires matching any of the provided statuses.

statusMatchesAny
typeMatchesAny
array of objects

Filter questionnaires matching any of the provided types.

typeMatchesAny
string

Filter to questionnaires created after this date (ISO 8601 string).

string

Filter to questionnaires created before this date (ISO 8601 string).

ownerIdMatchesAny
array of strings

Filter to questionnaires owned by any of the provided user IDs.

ownerIdMatchesAny
approverIdMatchesAny
array of strings

Filter to questionnaires with an approver matching any of the provided user IDs.

approverIdMatchesAny
Response

Language
Credentials
Bearer
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json