API ReferenceComments
Back to PlatformGET /comments/inbox
GET operation for /comments/inbox
Authorization
ApiKeyAuth Authorization<token>
API key authentication. Format: Your API key (no "Token" prefix needed)
In: header
Response Body
application/json
curl -X GET "https://dev-rest.onboard.io/comments/inbox"{
"id": 1,
"posted_at": "string",
"stream_message_id": "string",
"text": "string",
"html": "string",
"author": "string",
"mentioned_users": "string",
"attachments": "string",
"channel_id": "string",
"roadmap_id": "string",
"task_id": "string",
"roadmap_name": "string",
"task_name": "string"
}Empty
Empty
Empty
How is this guide?