List all review invites.
GET {{baseUrl}}/v4/reviews/invites?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&senderUid=00000000-0000-0000-0000-000000000000&limit=10&cursor=MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw
List of all the review invites that you have access to. The review invites 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
| Key | Datatype | Required | Description |
|---|---|---|---|
createdAt[gt] | string | Filter on the createdAt date. | |
createdAt[gte] | string | Filter on the createdAt date. | |
createdAt[lt] | string | Filter on the createdAt date. | |
createdAt[lte] | string | Filter on the createdAt date. | |
senderUid | string | Filter by the senderUid | |
limit | number | Max number of items to return per request. Defaults to 10. | |
cursor | string | Retrieves the page of items that comes after the cursor. |
HEADERS
| Key | Datatype | Required | Description |
|---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":[{"attributions":[{"reviewAuthor":"Joe Orange","reviewBody":"Great service!","reviewPublishedAt":"2015-01-23T23:50:07Z","reviewRating":5,"reviewUid":"00000000-0000-0000-0000-000000000000","siteName":"google"},{"reviewAuthor":"Joe Orange","reviewBody":"Great service!","reviewPublishedAt":"2015-01-23T23:50:07Z","reviewRating":5,"reviewUid":"00000000-0000-0000-0000-000000000000","siteName":"google"}],"channel":{"identifier":"email@email.com","type":"email"},"conversationItemUid":"00000000-0000-0000-0000-000000000000","createdAt":"2015-01-23T23:50:07Z","customerName":"John Apple","deliveryStatus":"sent","languages":["EN","EN"],"linkClicked":false,"linkClickedAt":"2015-01-23T23:50:07Z","location":{"organizationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"sender":{"name":"Jack Grape","sentThrough":"generated_link_only","type":"user","uid":"00000000-0000-0000-0000-000000000000"},"shortUrl":"https://podium.co/QDNrE1v","test":false,"uid":"00000000-0000-0000-0000-000000000000","url":"http://app.podium.com/#/91f85f79-185c-46cb-830d-79f259bb2822?v2=true"},{"attributions":[{"reviewAuthor":"Joe Orange","reviewBody":"Great service!","reviewPublishedAt":"2015-01-23T23:50:07Z","reviewRating":5,"reviewUid":"00000000-0000-0000-0000-000000000000","siteName":"google"},{"reviewAuthor":"Joe Orange","reviewBody":"Great service!","reviewPublishedAt":"2015-01-23T23:50:07Z","reviewRating":5,"reviewUid":"00000000-0000-0000-0000-000000000000","siteName":"google"}],"channel":{"identifier":"email@email.com","type":"email"},"conversationItemUid":"00000000-0000-0000-0000-000000000000","createdAt":"2015-01-23T23:50:07Z","customerName":"John Apple","deliveryStatus":"pending","languages":["EN","EN"],"linkClicked":false,"linkClickedAt":"2015-01-23T23:50:07Z","location":{"organizationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000"},"sender":{"name":"Jack Grape","sentThrough":"feedback","type":"user","uid":"00000000-0000-0000-0000-000000000000"},"shortUrl":"https://podium.co/QDNrE1v","test":false,"uid":"00000000-0000-0000-0000-000000000000","url":"http://app.podium.com/#/91f85f79-185c-46cb-830d-79f259bb2822?v2=true"}],"metadata":{"nextCursor":"MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw","previousCursor":"MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw","totalItems":-71200582,"url":"https://www.podium.com/"}}