GET /v1/invoices/{invoiceId} to retrieve full invoice detail.invoices:readcurl --location 'https://dev.api.fieldedge.com/open-api/v1/invoices?offset=&limit=&sort='{
"total": 2,
"limit": 20,
"offset": 0,
"data": [
{
"invoiceId": "a1b2c3d4-5e6f-47a8-9b0c-d1e2f3a4b5c6",
"workOrderId": "a1b2c3d4-5e6f-47a8-9b0c-d1e2f3a4b5c6",
"customerId": "b2c3d4e5-f6a7-48b9-0c1d-e2f3a4b5c6d7",
"customerName": "Acme Corp",
"dateAdded": "2024-06-15T00:00:00Z"
},
{
"invoiceId": "d4e5f6a7-b8c9-40d1-2e3f-a4b5c6d7e8f9",
"workOrderId": "d4e5f6a7-b8c9-40d1-2e3f-a4b5c6d7e8f9",
"customerId": null,
"customerName": "Walk-in Customer",
"dateAdded": "2024-05-20T00:00:00Z"
}
]
}