GET: https://{{env}}.survey2connect.com/v2/api/surveys/{{survey_id}} The value of environment {{env}} variable depends upon your datacenter. Refer to the Environment page for more details.…
POST: https://{env}-api.xebo.ai/v3/survey-management/surveys Query Params: Key Type Mandatory Description folderId string no Folder id where you want to create your survey …
PUT: https://{env}-api.xebo.ai/v3/survey-management/surveys/global Key Type Mandatory Description skip string no Gives the skip value, by default it is 0 limit string …
PATCH : https://{env}-api.xebo.ai/v3/survey-management/surveys/{survey_id} Headers Authorization: type: Bearer type token: <access token> granted from login API Or x-api-key: <api key copied…
DELETE : https://{env}-api.xebo.ai/v3/survey-management/surveys Query Params: Key Type Mandatory Description folderId string no Folder id in which survey exists Headers Authorization:…