v1
latestOpenAPI 3.0.02026-08-068926279.2 KBEstimates
List estimates
Returns a paginated list of estimates
get/estimates
Query parameters
yearinteger
Filter by year
clientsinteger[]
Filter by client IDs
client_idinteger
Filter by a single client ID
projectsinteger[]
Filter by project IDs
statusstring
Filter by status
searchstring
Search term
Response
Successful response
Example response
{
"data": [
{
"id": 1,
"client_id": 1,
"project_id": 1,
"document_id": "EST-001",
"subject": "Website Redesign Proposal",
"issue_date": "2024-01-15",
"valid_until": "2024-02-15",
"status": "sent",
"total": 5000
}
]
}