Get number of responses in the recycle bin
Responses / Cleaning System
Get number of responses in the recycle bin
Description
Retrieves the number of responses that are in the recycle bin.
Response
200 OK
{
"count": number
}
where:
count: The number of responses found in the recycle bin for the project.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.
GET
Get number of responses in the recycle bin
Description
Retrieves the number of responses that are in the recycle bin.Response
200 OK
count: The number of responses found in the recycle bin for the project.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.