Download OpenAPI specification:
Welcome to the HumHub Survey module API reference.
| page | integer Default: 1 Page number |
| limit | integer Default: 20 Number of items per page |
{- "total": 0,
- "page": 0,
- "results": [
- {
- "id": 201,
- "title": "Some Survey title",
- "description": "Some Survey description",
- "schema": { },
- "state": "Some Survey description",
- "state_updated_at": "2022-02-27 00:00:00",
- "restricted_to_group_ids": [
- 3
], - "show_in_menu": 1,
- "answers_visibility": "all",
- "show_who_answered": "all",
- "max_answers": 100,
- "max_total_answers": 1000,
- "edit_answer": 1,
- "url_after_answering": "all",
- "fields": [
- {
- "id": 2424,
- "survey_id": 65,
- "label": "The field label",
- "name": "radio-group-1664958740482",
- "type": "radio-group",
- "visibility": "all",
- "value": "Placeholder value",
- "values": { },
- "sort_order": 10
}
], - "content": { }
}
]
}The surveys in containers are excluded
| page | integer Default: 1 Page number |
| limit | integer Default: 20 Number of items per page |
{- "total": 0,
- "page": 0,
- "results": [
- {
- "id": 201,
- "title": "Some Survey title",
- "description": "Some Survey description",
- "schema": { },
- "state": "Some Survey description",
- "state_updated_at": "2022-02-27 00:00:00",
- "restricted_to_group_ids": [
- 3
], - "show_in_menu": 1,
- "answers_visibility": "all",
- "show_who_answered": "all",
- "max_answers": 100,
- "max_total_answers": 1000,
- "edit_answer": 1,
- "url_after_answering": "all",
- "fields": [
- {
- "id": 2424,
- "survey_id": 65,
- "label": "The field label",
- "name": "radio-group-1664958740482",
- "type": "radio-group",
- "visibility": "all",
- "value": "Placeholder value",
- "values": { },
- "sort_order": 10
}
], - "content": { }
}
]
}| id required | integer ID of content container |
| topics | string Filter by topics |
| page | integer Default: 1 Page number |
| limit | integer Default: 20 Number of items per page |
{- "total": 0,
- "page": 0,
- "results": [
- {
- "id": 201,
- "title": "Some Survey title",
- "description": "Some Survey description",
- "schema": { },
- "state": "Some Survey description",
- "state_updated_at": "2022-02-27 00:00:00",
- "restricted_to_group_ids": [
- 3
], - "show_in_menu": 1,
- "answers_visibility": "all",
- "show_who_answered": "all",
- "max_answers": 100,
- "max_total_answers": 1000,
- "edit_answer": 1,
- "url_after_answering": "all",
- "fields": [
- {
- "id": 2424,
- "survey_id": 65,
- "label": "The field label",
- "name": "radio-group-1664958740482",
- "type": "radio-group",
- "visibility": "all",
- "value": "Placeholder value",
- "values": { },
- "sort_order": 10
}
], - "content": { }
}
]
}{- "id": 201,
- "title": "Some Survey title",
- "description": "Some Survey description",
- "schema": { },
- "state": "Some Survey description",
- "state_updated_at": "2022-02-27 00:00:00",
- "restricted_to_group_ids": [
- 3
], - "show_in_menu": 1,
- "answers_visibility": "all",
- "show_who_answered": "all",
- "max_answers": 100,
- "max_total_answers": 1000,
- "edit_answer": 1,
- "url_after_answering": "all",
- "fields": [
- {
- "id": 2424,
- "survey_id": 65,
- "label": "The field label",
- "name": "radio-group-1664958740482",
- "type": "radio-group",
- "visibility": "all",
- "value": "Placeholder value",
- "values": { },
- "sort_order": 10
}
], - "content": { }
}| surveyId required | integer ID of survey |
| page | integer Default: 1 Page number |
| limit | integer Default: 20 Number of items per page |
{- "total": 0,
- "page": 0,
- "pages": 0,
- "links": { },
- "results": [
- {
- "id": 2424,
- "survey_id": 145,
- "state": "visible",
- "created_at": "2022-02-27 00:00:00",
- "updated_at": "2022-02-27 00:00:00",
- "created_by": { },
- "answerFields": [
- {
- "id": 2424,
- "answer_id": 65,
- "field_id": 65,
- "field": {
- "id": 2424,
- "survey_id": 65,
- "label": "The field label",
- "name": "radio-group-1664958740482",
- "type": "radio-group",
- "visibility": "all",
- "value": "Placeholder value",
- "values": { },
- "sort_order": 10
}, - "value": "string"
}
], - "likes": { },
- "files": { }
}
]
}{- "id": 2424,
- "survey_id": 145,
- "state": "visible",
- "created_at": "2022-02-27 00:00:00",
- "updated_at": "2022-02-27 00:00:00",
- "created_by": { },
- "answerFields": [
- {
- "id": 2424,
- "answer_id": 65,
- "field_id": 65,
- "field": {
- "id": 2424,
- "survey_id": 65,
- "label": "The field label",
- "name": "radio-group-1664958740482",
- "type": "radio-group",
- "visibility": "all",
- "value": "Placeholder value",
- "values": { },
- "sort_order": 10
}, - "value": "string"
}
], - "likes": { },
- "files": { }
}