Podio API Documentation

Items: Get field ranges

GET /item/field/{field_id}/range

Returns the range for the given field. Only valid for fields of type "number", "calculation" and "money".

Parameters
field_id*
Required.
Response {
"min": The minimum value,
"max": The maximum value
}

Sandbox

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

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