Podio API Documentation

Items: Get top values for field

GET /item/field/{field_id}/top/

Returns the top possible values for the given field. This is currently only valid for fields of type "app".

Usage
PHP Client
PodioItem.php
PodioItem::get_top_values_by_field( $field_id, $attributes = array() );
Parameters
field_id*
Required.
limit

The maximum number of results to return


Default value: 13
not_item_id

If supplied the items with these ids will not be returned

Response [
   {
      "item_id": the id of the item,       "title": The title of the item, "initial_revision": The initial revision of the item   {          "revision": The revision number of the item,          "user": The user who created the revision,   { "user_id": The id of the user,
          "avatar": The avatar of the user,
          "name": The full name of the user
        },          "created_on": The date and time when the item was created,       },       "app": The app the item is in,   {          "app_id": The id of the app,          "name": The name of the app          "item_name": The name of a single item in an app
        "icon": The icon of the app,
      }    }, ... (more items)
]

Sandbox

Try the operation "/item/field/{field_id}/top/"

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