List surveys from connected platform
GET
/v2/connections/{connectionId}/surveys
const url = 'https://api.surveycoder.io/v2/connections/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/surveys';const options = {method: 'GET', headers: {'x-api-key': '<x-api-key>'}};
try { const response = await fetch(url, options); const data = await response.json(); console.log(data);} catch (error) { console.error(error);}curl --request GET \ --url https://api.surveycoder.io/v2/connections/2489E9AD-2EE2-8E00-8EC9-32D5F69181C0/surveys \ --header 'x-api-key: <x-api-key>'Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” connectionId
required
string format: uuid
Responses
Section titled “ Responses ”List of surveys