Get questions of a questionnaire

Returns the questions belonging to the questionnaire. If the questions have sub-questions, these will be included in the sub_questions field of the question object.

Path Params
uuid
required
uuid
required
Query Params
tag_ids
array of uuids

Filter by tag ids. Applies 'AND' filter logic: Returns entities that are mapped to all given tag_ids

Tag Ids
tag_group_ids
array of uuids

Filter by tag group ids. Applies 'AND' filter logic: Returns entities that are mapped to all given tag_group_ids

Tag Group Ids
tag_group_names
array of strings

Filter by tag group names. Applies 'AND' filter logic: Returns entities that are mapped to all given tag_groups

Tag Group Names
tag_group_tag_pairs
array of strings

Filter by tag_group:tag pairs (e.g. topic:climate). Applies 'AND' filter logic: Returns entities that are mapped to all given tag_group_tag_pairs

Tag Group Tag Pairs
Responses

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