Podio API Documentation

Conversations: Search conversations

GET /conversation/search/

Returns the users conversations that match the given text ordered by time of the last event.

By default it searches the conversation subject and messages. Passing a query parameter of participants=true searches the participants names/emails instead.

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/search/"

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