Get Survey Quotas
GET {{baseUrl}}/surveys/:surveyId/quotas?offset=0
Retrieves survey quota information. <!--From Readme--> For more information about using the survey APIs, see Managing Surveys.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
offset | number | The start position for pagination |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"result":{"elements":[{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","count":0,"quota":0,"logicType":"\u003cstring\u003e"},{"id":"\u003cstring\u003e","name":"\u003cstring\u003e","count":0,"quota":0,"logicType":"\u003cstring\u003e"}],"nextPage":"\u003cstring\u003e"},"meta":{"httpStatus":"\u003cstring\u003e","requestId":"\u003cstring\u003e","notice":"\u003cstring\u003e"}}