Podio API Documentation
Conversations: Get conversations on object
Returns a list of all the conversations on the object that the active user is part of.
Usage
- PHP Client
-
PodioConversation.php
PodioConversation::get_for( $ref_type, $ref_id, $plugin );
- Ruby Gem
-
conversation.rb
Podio::Conversation.find_all_for_reference( ref_type, ref_id )
Parameters
- ref_type*
- Required.
- ref_id*
- Required.
Response
[
{
"conversation_id": The id of the conversation,
.... (more fields, see the get conversation method)
},
... (more conversations)
]
Sandbox
Try the operation "/conversation/{ref_type}/{ref_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