Skip to main content
GET
Responses per campaign

Description

Get the amount of responses and screen-outs from a campaign of a project.

Response

200 OK

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.
Query Parameters

Authorizations

Authorization
string
header
required

Access token obtained from the m2m-token endpoint.

Headers

Authorization
string
required

Authorization token

Query Parameters

projectId
string
campaignId
string

Response

Responses per campaign

The response is of type object.