API to Get Survey List Details

This new web services API has been added to get the survey list details 

Service NameHTTP Method
GetSurveyList

POST

Sample Request

Json Format
{ 

    "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 

String 

Specifies the Login user ID. 

True 

Request Type 

String 

Specifies the device from which the request was made.  

True 

Mobile Version 

Integer 

Specifies the version of the mobile used. 

True 

Password 

String 

Specifies the password of the user. 

True 

Auth Type 

String 

Specifies the authentication type used.  

True 

Org ID 

String 

Specifies the organization ID. 

True 

UserName 

String 

Specifies the username of the user. 

True 

UserID 

String 

Specifies the user ID of the user. 

True 

Sample Response

Json Format
{ 

    "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 

} 

Status and Error Codes

For more information, see Status and Error Messages.