You are viewing an old version of this page. View the current version.
Compare with Current View Page History
« Previous Version 12 Current »
This new web services API has been added to get the survey list details.
POST
{ "ServiceName": "GetSurveyList", "objCommonParameters": { "_ProxyDetails": { "SAASOrgID": "0", "LoginUID": 0, "RequestType": "mobile", "MobileVersion": "5.10.3", "Password": "xyz", "AuthType": "FORM", "ProxyID": 0, "OrgID": "1", "TokenID": "", "ReturnType": "JSON", "UserName": "abc.efg@xyz.com" }, "UserID": aaa } }
Request Parameters
Parameter Name
Type
Description
Mandatory
SAAS Org ID
String
Name of the user.
True
Login UID
Specifies the Login user ID.
Request Type
Specifies the device from which the request was made.
Mobile Version
Integer
Specifies the version of the mobile used.
Password
Specifies the password of the user.
Auth Type
Specifies the authentication type used.
Org ID
Specifies the organization ID.
UserName
Specifies the username of the user.
UserID
Specifies the user ID of the user.
{ "Errors": "", "Message": null, "Output": "", "TokenID": "8212BFA50F6858B1AAB2DADE681713DF84E82A960C21A73A8A9F72F6178806B43CC9A0C7A06A9F460E32C47D5ADD00AD934CF006EA4948EAF88E03FDF598E9804D5C48A0EC13CDE85F43D08C9F9FC715DE0B8C7ECF71ADD0DEFE0962E81BE93E189D1A8D93AE1EEB837940589DA235FCB061E3098EDB69F3DD6126BF5642A30668B95463C309D92B7A11EF836050127E", "OrgID": 0, "OutputObject": { "SurveyList": [ { "CSAT_ID": 21, "CSAT_Name": "Sample Survey", "StartDate": "2023-11-18", "EndDate": "2023-11-30" } ] }, "OutputID": 0, "Input": null, "Token_Expire_InSecs": 0 }
For more information, see Status and Error Messages.