Surveys: Available

This request is designed to tell you how many “blank” surveys your organisation has

Basic request

GET https://{APIDOMAIN}/api-v1/surveys/available

This request is designed to tell you how many “blank” surveys your organisation has. Blank surveys can be assigned to users, at which point they become assignments.

Response 1

When there are more than 0 unassigned surveys associated with your organisation:

{
    "balance": 0,
    "memo": "You have this many surveys available to your organisation"
}
 

Response 2

When there are 5,768 unassigned surveys associated with your organisation:

{
    "balance": 5768,
    "memo": "You have this many surveys available to your organisation"
}