Get Surveys
GET/surveys/
Get Surveys
Request
Version stringrequired
API Version
Available options
2021-04-15locationId stringrequired
skip number
limit number
Limit Per Page records count. will allow maximum up to 50 and default will be 10
Default value:
10type string
Successful response
- application/json
- Schema
- Example (auto)
Schema
surveysobject[]
totalnumber
Number of surveys
{
"surveys": [
{
"id": "I5GFa3d3cKjojpe4VVUx",
"name": "Survey 1",
"locationId": "ve9EPM428h8vShlRW1KT"
}
],
"total": 20
}