Podio API Documentation
Conversations: Get conversations
Returns all the users conversations ordered by time of the last event.
Parameters
- limit
The maximum number of conversations/events to return
Default value: 10- offset
The offset into the list of conversations/events to return
Default value: 0
Response
[
{
"conversation_id": The id of the conversation,
...
},
... (more conversations)
]
Sandbox
Try the operation "/conversation/"You can simulate the API request by filling out the arguments below, and press the submit button to see the response.
You need to be logged in to Podio to use the Sandbox. Login here