Podio API Documentation
Items: Get recalc status for field
Returns the recalc status for the requested calculation field in the item.
Parameters
- item_id*
- Required.
- field_id*
- Required.
Response
{
"status": status (Queued or Time diff, if completed),
"timestamp": timestamp (local timestamp or null, if not completed)
}
For Example:
{ "status": "3 seconds ago",
"timestamp": "2022-12-12 11:42:12"
}
or
{ "status": "Queued",
"timestamp": null
}
Sandbox
Try the operation "/item/{item_id}/field/{field_id}/recalc/status"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