Podio API Documentation

Actions: Get action

GET /action/{action_id}

Returns the action with the given id

Usage
PHP Client
PodioAction.php
PodioAction::get( $action_id );
PodioCalendarEvent.php
PodioCalendarEvent::get( $attributes = array() );
Ruby Gem
action.rb
Podio::Action.find( id )
Parameters
action_id*
Required.
Response { "action_id": The id of the action, "type": The type of the action, "text": The default text for the action, "data": The data for the action, see the area for details,
"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
}, "comments": The list of comments on the actions, see the get comments operation }

Sandbox

Try the operation "/action/{action_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