Pull Responses
Content Outline
Pull Webex Experience Management responses using different filters to CSV or JSON
Webex Experience Management provides open API’s to export data out of Webex Experience Management based on the needs of the brand. There are a couple of ways to programmatically export data out of
Webex Experience Management.
- Option 1: In Excel format
- Option 2: In JSON format
Option-1 : Pull Webex Experience Management responses in Excel format
-
Step 1: Call Webex Experience Management Login API to get authorization token
-
Step 2: Use Authorization token to call survey token API
Note: Store the Access Token received from Authentication API and use it for next 24hours to create survey links dynamically. Pass the required prefill information while creating token.
- Step 3: Use below any one of the APIs to get Webex Experience Management Responses in csv format based on the use case
POST /api/GetExcelResponses/Report
POST /api/GetExcelResponses/{withNotes}/{emailWhenReady}
POST /api/GetExcelResponsesAsReadableFormat/Report
POST /api/GetExcelResponses/MyView
Option-2 : Pull Webex Experience Management responses in JSON Format
-
Step 1: Call Webex Experience Management Login API to get authorization token
-
Step 2: Use Authorization token to call survey token API
Note: Store the Access Token received from Authentication API and use it for next 24hours to create survey links dynamically. Pass the required prefill information while creating token.
- Step 3: Use below APIs to get Webex Experience Management Responses in JSON format
POST /api/answers/{CheckForPrecision}