Podio API Documentation
Integrations: Get available fields
Returns the fields available from the configuration.
Usage
- Ruby Gem
-
integration.rb
Podio::Integration.find_available_fields_for( app_id )
Parameters
- app_id*
- Required.
Response
[
{
"external_id": The external id of the field,
"name": The name of the field,
"type": The type of the field
},
... (more fields)
]
Sandbox
Try the operation "/integration/{app_id}/field/"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