List conversations.
GET {{baseUrl}}/v4/conversations?cursor=MDAwMDAwMDAtMDAwMC0wMDAwLTAwMDAtMDAwMDAwMDAwMDAw&limit=10&locationUid=00000000-0000-0000-0000-000000000000
List all conversations.
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 |
---|---|---|---|
cursor | string | Retrieves the page of items that comes after the cursor . | |
limit | number | Max number of items to return per request. Defaults to 10 . | |
locationUid | string | Podium unique identifier for location. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"assignedUserUid":"00000000-0000-0000-0000-000000000000","channel":{"identifier":"email@email.com","type":"email"},"closed":false,"contactName":"dol","createdAt":"2015-01-23T23:50:07Z","lastItemAt":"2015-01-23T23:50:07Z","locationUid":"00000000-0000-0000-0000-000000000000","uid":"00000000-0000-0000-0000-000000000000","updatedAt":"2015-01-23T23:50:07Z"},"metadata":{"url":"https://www.podium.com/"}}