Does anyone know how to find the survey id in Genesys? For example, I'm trying to get data about "
Generac Customer Support Survey", is there a way that I could get all the survey ids under this type of survey using API?
The following API resources can give you a survey's id
GET /api/v2/quality/forms/surveys
GET /api/v2/quality/publishedforms/surveys
For both of these, you can filter by name in the request body
This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.