Get Comment
Get a single comment by ID
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
comment_id | number | Required | Comment ID |
Examples
MCP Tool Call
{
"name": "podio_getComment",
"arguments": {
"comment_id": 12345
}
}REST API
curl -X POST https://api.syncello.io/v1/tools/podio/getComment \
-H "Authorization: Bearer YOUR_JWT_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"comment_id": 12345
}'