Podio API Documentation

Applications: Get app field

GET /app/{app_id}/field/{field_or_external_id}

Returns a single field from an app. 

Usage
PHP Client
PodioAppField.php
PodioAppField::get( $app_id, $field_id );
Ruby Gem
application_field.rb
Podio::ApplicationField.find( app_id, field_id )
Parameters
app_id*
Required.
field_or_external_id*
Required.
Response { "field_id": The id of the field,
"type": The type of the field (see area for more information), "external_id": External id automatically generated that will never change, "config": The configuration of the field,
{
"label": The label of the field, which is what the users will see,  "description": The description of the field, shown to the user when inserting and editing, "delta": An integer indicating the order of the field compared to other fields,
"settings": The settings of the field which depends on the type of the field (see area for more information),
"mapping": The mapping of the field, one of "meeting_time", "meeting_participants", "meeting_agenda" and "meeting_location",
"required": True if the field is required when creating and editing items, false otherwise
"hidden": True if the field is not shown by default. Cannot be required at the same time.
} }

Sandbox

Try the operation "/app/{app_id}/field/{field_or_external_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