Get date of first response
Analysis / Overview
Get date of first response
Description
Gets the date of the first response that was submitted for the survey.
Response
200 OK
{
"date": string
}
where:
date: The date of the first response submitted for the project.
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
Get date of first response
Description
Gets the date of the first response that was submitted for the survey.Response
200 OK
date: The date of the first response submitted for the project.
400 Bad Request
ProjectId is missing.
401 Unauthorized
The user doesn’t have permissions.
500 Internal Server Error
Error occurred while processing the request.