Fetch cleaning system stats
Responses / Cleaning System
Fetch cleaning system stats
Description
Gets cleaning system stats.
Response
200 OK
{
"duplicates": number,
"ipDuplicates": number,
"incompletes": number
}
where:
duplicates: The amount of duplicate responses. A response is duplicate when it is submitted from the same IP address and with same question answers as another response.ipDuplicates: The amount of responses that came from the same ip address.incompletes: The amount of incomplete responses. A response is considered as incomplete when it has less than 70% of its questions answered. Questions hidden by Skip Logic and other features are not taken into account.
400 Bad Request
ProjectId is missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
GET
Fetch cleaning system stats
Description
Gets cleaning system stats.Response
200 OK
duplicates: The amount of duplicate responses. A response is duplicate when it is submitted from the same IP address and with same question answers as another response.ipDuplicates: The amount of responses that came from the same ip address.incompletes: The amount of incomplete responses. A response is considered as incomplete when it has less than 70% of its questions answered. Questions hidden by Skip Logic and other features are not taken into account.
400 Bad Request
ProjectId is missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.