- 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 Cases
GET
https://backend.test-hyegro.com/cases/
Request
Query Params
skip
integer
Skip
Default:
0
limit
integer
Limit
Default:
20
status
Status
Any of
all
All
Any of
Default:
false
my
My
Any of
Default:
false
team
Team
Any of
Default:
false
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
array of:
id
integer
Id
case_number
Case Number
Any of
account_id
Account Id
Any of
contact_id
Contact Id
Any of
account_name
Account Name
Any of
subject
Subject
Any of
status
Status
Any of
contact_name
Contact Name
Any of
created_at
Created At
Any of
updated_at
Updated At
Any of
created_by
Created By
Any of
updated_by
Updated By
Any of
assigned_to
Assigned To
Any of
assigned_to_name
Assigned To Name
Any of
Example
[
{
"id": 0,
"case_number": "string",
"account_id": 0,
"contact_id": 0,
"account_name": "string",
"subject": "string",
"status": "string",
"contact_name": "string",
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z",
"created_by": 0,
"updated_by": 0,
"assigned_to": 0,
"assigned_to_name": "string"
}
]
🟠422Parameter Error
Modified at 2025-04-14 16:23:20