Get Survey ID by Display ID
GET https://rest.webropolsurveys.com/api/v1/surveys/GetSurveyId/{{SurveyDisplayId}}
Gets a survey's GUID using the short displayid shown in UI in survey details and survey information.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
eventId | string |
RESPONSES
status: OK
{"SurveyId":"12345678-1234-1234-1234-123456789012"}