SMS Api

<back to all web services

GetSurveys

HTTP + JSON

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

POST /json/syncreply/GetSurveys HTTP/1.1 
Host: api.postacell.net 
Content-Type: application/json
Content-Length: length

{"Credential":{"Username":"String","Password":"String"}}
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length

{"Response":{"SurveyDetail":{"List":[{"Id":0,"Name":"String","TotalQuestion":0,"Subscriber":0,"Answered":0,"Delivered":0,"MessageId":0}]},"Status":{"Code":0,"Description":"String"}}}