Surveys
Survey Structure
Survey do exist in several locales. The locale is part of the URL path. The locale is a two-letter language code, e.g. en
for English.
Here is an example survey structure followed by list of the attributes that are available for a survey:
{
"type": "SurveyV1",
"id": "/en/v1/surveys/a320f33d-8177-4648-80db-cf740e55bcfb",
"attributes": {
"uuid": "a320f33d-8177-4648-80db-cf740e55bcfb",
"name": "EX: First Day of Work"
}
}
Available Properties
- UUID
The unique identifier of the survey.
Property:
uuid
Type:
string
Required:
true
- Name
The name of the survey.
Property:
name
Type:
string
Required:
true
Current Limitations
Currently, Surveys can not be created through the API. To create surveys please use the echonovum Survey App.
Last modified: 29 May 2024