Get Item References
Find items that link to this item
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
item_id | number | Required | Item ID |
Optional Flags
| Parameter | Type | Required | Description |
|---|---|---|---|
field_ids | array | Optional | Filter to specific fields |
Examples
MCP Tool Call
{
"name": "podio_getItemReferences",
"arguments": {
"item_id": 12345,
"field_ids": "value"
}
}REST API
curl -X POST https://api.syncello.io/v1/tools/podio/getItemReferences \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"item_id": 12345,
"field_ids": "value"
}'