Get Allocated Surveys
GET/Surveys/GetAllocatedSurveys
About Api Returns a list of surveys allocated to a user.
Request
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
Array [
]
success boolean
apiVersion boolean
message boolean
result
object
success boolean
TotalCount integer
data
object[]
SurveyId integer
Name string
TotalCompleteRequired integer
CPI string
LOI integer
IR integer
LastUpdateTimeStamp date-time
IsSurveyGroupExist integer
LanguageCode string
SurveyEndDate date-time
Device string
IndustryId string
StudyTypes string
IsRecontactSurvey integer
CollectPII integer
LanguageId integer
Conversion string
{
"success": true,
"apiVersion": false,
"message": false,
"result": {
"success": true,
"TotalCount": 124,
"data": [
{
"SurveyId": 294460745,
"Name": "294458956",
"TotalCompleteRequired": 854,
"CPI": "0.60",
"LOI": 5,
"IR": 99,
"LastUpdateTimeStamp": "2022-08-04T11:01:27Z",
"IsSurveyGroupExist": 1,
"LanguageCode": "En-US",
"SurveyEndDate": "2022-08-19T11:01:28Z",
"Device": "Both",
"IndustryId": "30",
"StudyTypes": "ADHOC",
"IsRecontactSurvey": 0,
"CollectPII": 0,
"LanguageId": 4,
"Conversion": "34.68"
}
]
}
}
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...