- 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 Deals
GET
https://backend.test-hyegro.com/deals/
Request
Query Params
skip
integer
Skip
Default:
0
limit
integer
Limit
Default:
20
stage
Stage
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
Id
Any of
name
Name
Any of
value
Value
Any of
stage
Stage
Any of
account_name
Account Name
Any of
account_id
Account Id
Any of
user_id
User Id
Any of
created_at
string <date-time>
Created At
updated_at
string <date-time>
Updated At
Example
[
{
"id": 0,
"name": "string",
"value": 0,
"stage": "string",
"account_name": "string",
"account_id": 0,
"user_id": 0,
"created_at": "2019-08-24T14:15:22Z",
"updated_at": "2019-08-24T14:15:22Z"
}
]
🟠422Parameter Error
Modified at 2025-04-15 14:01:56