get https://api.zenloop.com/v1/survey_groups
This endpoint is used for getting basic data for all surveys from user organization.
{
"page": 1
}
Response attributes
Attribute | Type | Description |
---|---|---|
survey_groups | array | Survey group information data. |
survey_groups.surveys | array | Survey information data. |
survey_groups.surveys.title | string | Survey title. |
survey_groups.surveys.status | string | Survey status. One of: draft , active . |
survey_groups.surveys.public_hash_id | string | Survey public hash id used to identify survey. |
survey_groups.surveys.inserted_at | date | Survey creation date. |
survey_groups.name | string | Survey group name. |
survey_groups.public_hash_id | string | Survey group public hash id used to identify survey group. |
survey_groups.inserted_at | date | Survey group creation date. |
meta | object | Result metadata. |
meta.total | number | Number of answers. |
meta.per_page | number | Number of answers per page. |
meta.page | number | Current results page. |