Podio API Documentation

Tasks: Get labels

GET /task/label/

Returns the users task labels.

Usage
PHP Client
PodioTaskLabel.php
PodioTaskLabel::get_all(  );
Ruby Gem
task_label.rb
Podio::TaskLabel.find_all_labels
Response [ { "label_id": The id of the label, "text": The name of the label, "color": The hex color of the label }, ... (more labels) ]

Sandbox

Try the operation "/task/label/"

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