Podio API Documentation

Conversations: Get conversation

GET /conversation/{conversation_id}

Gets the conversation including participants with the the given id. Only participants in the conversation is allowed to view the conversation.

Usage
PHP Client
PodioConversation.php
PodioConversation::get( $conversation_id );
Ruby Gem
conversation.rb
Podio::Conversation.find( conversation_id )
Parameters
conversation_id*
Required.
Response { "conversation_id": The id of the conversation, "subject": The subject of the conversation, "ref": The reference to the object the conversation is created on, if any { "type": The type of the object, "id": The id of the object }, "created_on": When the conversation was started, "created_by": The user who started the conversation, see the conventions, "participants": The list of participants in the conversation, [ { "user_id": The id of the user, "avatar": The avatar of the user, "name": The name of the user }, ... (more participants) ], "push": Details about the push channel
{
"channel": The name of the channel for the push service,
"signature": The signature for the channel,
"timestamp": The timestamp of the signature
}, "session": Data about any chat/video session { "type": The type of session, either "normal" or "omega", "data": The data for joining the session, depends on the type of session } }  

 

Sandbox

Try the operation "/conversation/{conversation_id}"

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