List all feedback surveys.

GET {{baseUrl}}/v4/feedback?createdAt[gt]=2015-01-23T23:50:07Z&createdAt[gte]=2015-01-23T23:50:07Z&createdAt[lt]=2015-01-23T23:50:07Z&createdAt[lte]=2015-01-23T23:50:07Z&limit=10&cursor=MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw

List of all the feedback surveys that the caller has access to. The surveys are sorted by createdAt date, with the most recent appearing first.

If the cursor parameter is used then all other parameters will be ignored. This is to avoid confusion if passing both a cursor and other parameters which would change what data is being returned.

Request Params

KeyDatatypeRequiredDescription
createdAt[gt]stringFilter on the createdAt date.
createdAt[gte]stringFilter on the createdAt date.
createdAt[lt]stringFilter on the createdAt date.
createdAt[lte]stringFilter on the createdAt date.
limitnumberMax number of items to return per request. Defaults to 10.
cursorstringRetrieves the page of items that comes after the cursor.

HEADERS

KeyDatatypeRequiredDescription
Acceptstring

RESPONSES

status: OK

{"data":[{"adjustedScore":100,"archived":false,"attributions":[{"type":"integrated_send","userName":"John Apple","userUid":"00000000-0000-0000-0000-000000000000"},{"type":"integrated_send","userName":"John Apple","userUid":"00000000-0000-0000-0000-000000000000"}],"channel":{"identifier":"email@email.com","type":"email"},"createdAt":"2015-01-23T23:50:07Z","currentStep":"final","customerName":"Joe Orange","firstResponseReceivedAt":"2015-01-23T23:50:07Z","flowUid":"00000000-0000-0000-0000-000000000000","location":{"organizationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"messages":["wonderful.","wonderful."],"score":5,"uid":"00000000-0000-0000-0000-000000000000"},{"adjustedScore":100,"archived":false,"attributions":[{"type":"final","userName":"John Apple","userUid":"00000000-0000-0000-0000-000000000000"},{"type":"final","userName":"John Apple","userUid":"00000000-0000-0000-0000-000000000000"}],"channel":{"identifier":"email@email.com","type":"email"},"createdAt":"2015-01-23T23:50:07Z","currentStep":"follow_up","customerName":"Joe Orange","firstResponseReceivedAt":"2015-01-23T23:50:07Z","flowUid":"00000000-0000-0000-0000-000000000000","location":{"organizationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"messages":["wonderful.","wonderful."],"score":5,"uid":"00000000-0000-0000-0000-000000000000"}],"metadata":{"nextCursor":"MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw","previousCursor":"MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw","totalItems":73354447,"url":"https://www.podium.com/"}}