Responses per campaign
Distribution / Stats
Responses per campaign
Description
Get the amount of responses and screen-outs from a campaign of a project.
Response
200 OK
{
"screenOutTotal": number,
"total": number
}
where:
screenOutTotal: amount of screen-outs.total: amount of responses completed.
400 Bad Request
If campaignId and/or projectId are missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
GET
Responses per campaign
Description
Get the amount of responses and screen-outs from a campaign of a project.Response
200 OK
screenOutTotal: amount of screen-outs.total: amount of responses completed.
400 Bad Request
If campaignId and/or projectId are missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.