Podio API Documentation

Flows: Get flow context

GET /flow/{flow_id}/context/

Returns the possible attributes on the given flow.

Parameters
flow_id*
Required.
Response {
"{attribute_id}": The info for the given attribute
{
"type": The type of attribute,
"label": The label for the attribute
},
... (more attributes)
}

Sandbox

Try the operation "/flow/{flow_id}/context/"

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