Get Survey Global stats
GET/Surveys/getProjectGlobalstats
About Api Returns details of a survey based on its ID.
Request
Query Parameters
SurveyId stringrequired
Header Parameters
ZAMP-KEY stringrequired
Responses
- 200
- 400
- 401
- 404
- 500
This response you will get on success request
- application/json
- Schema
- Example (from schema)
Schema
success boolean
apiVersion integer
message string
result
object
success boolean
data
object
completes integer
conversion double
epc double
SurveyId string
{
"success": true,
"apiVersion": 1,
"message": "Request Success",
"result": {
"success": true,
"data": {
"completes": 41,
"conversion": 7.31,
"epc": 0.23,
"SurveyId": "672747702"
}
}
}
Bad Request. Please ensure you are passing all the required params and header info.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Unauthorized"
}
Please ensure that you are using the correct API environments and sending the correct ZAMP-KEY in the request header.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "ZAMP-KEY key is invalid"
}
Please ensure that you are using the correct environments with the correct API name.
There is some issue facing at Zamplia Server Side. Please contact support.
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Internal server error"
}
Loading...