- Getting Started with HYEGRO API
- User Guide
- Developer Guide
- HYEGRO Developer Docs
- HYEGRO CRM API v1.0
- Users
- Leads
- Contacts
- Accounts
- Products & Inventory
- Deals
- Quotations
- Orders
- Invoices
- Cases
- Activities & Tasks
- Search
- METADATA API
- Files & Attachments
Read Comments
GET
https://backend.test-hyegro.com/cases/comments/{case_id}
Request
Path Params
case_id
integer
Case Id
Query Params
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
array of:
case_id
integer
Case Id
case_number
string
Case Number
user_id
integer
User Id
user_name
string
User Name
comment
string
Comment
updated_at
Updated At
Any of
comment_type
string
Comment Type
customer_name
Customer Name
Any of
Example
[
{
"case_id": 0,
"case_number": "string",
"user_id": 0,
"user_name": "string",
"comment": "string",
"updated_at": "2019-08-24T14:15:22Z",
"comment_type": "string",
"customer_name": "string"
}
]
🟠422Parameter Error
Modified at 2025-04-14 16:23:20