- 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 By Account
GET
https://backend.test-hyegro.com/accounts/{account_id}/cases/
Request
Path Params
account_id
integer
Account Id
Query Params
skip
integer
Skip
Default:
0
limit
integer
Limit
Default:
20
schema
Schema
Any of
Responses
🟢200OK
application/json
Body
array of:
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
description
Description
Any of
created_by_name
Created By Name
Any of
updated_by_name
Updated By Name
Any of
contact_name
Contact Name
Any of
case_source
Case Source
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
order_id
Order Id
Any of
order_number
Order Number
Any of
resolved_at
Resolved At
Any of
id
Id
Any of
Example
[
{
"case_number": "string",
"account_id": 0,
"contact_id": 0,
"account_name": "string",
"subject": "string",
"status": "string",
"description": "string",
"created_by_name": "string",
"updated_by_name": "string",
"contact_name": "string",
"case_source": "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",
"order_id": 0,
"order_number": "string",
"resolved_at": "2019-08-24T14:15:22Z",
"id": 0
}
]
🟠422Parameter Error
Modified at 2025-04-14 16:23:20