Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Updated the code macro with the following parameter(s): [theme]
Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
#F0F0F0#F0F0F0

3

Scroll export button
scopecurrent
template-id4fda9400-a7df-4ede-a95f-e4ae5fcf4796
captionDownload this Page
add-onScroll PDF Exporter

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

Service NameHTTP Method
GetSurveyList

POST

Sample Request

Code Block
titleJson Format
linenumberstrue
{ 

    "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

Code Block
titleJson Format
linenumberstrue
{ 

    "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.

Scroll ignore
scroll-pdftrue
scroll-officetrue
scroll-chmtrue
scroll-docbooktrue
scroll-eclipsehelptrue
scroll-epubtrue
scroll-htmltrue
1

| |