v1

latestOpenAPI 3.0.02026-08-068926279.2 KB
Estimates

Get an estimate

Returns a specific estimate

get/estimates/{id}

Path parameters

idinteger required

Estimate ID

Response

Successful response

idinteger
client_idinteger nullable
project_idinteger nullable
uuidstring uuid
document_idstring
subjectstring nullable
issue_datestring date
valid_untilstring date nullable
status'draft' | 'sent' | 'viewed' | 'accepted' | 'declined'
totalnumber
company_namestring nullable
addressstring nullable
emailstring email nullable
phonestring nullable
notestring nullable
created_atstring date-time

Example response

{
  "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
}