Sparse fieldsets
Example request and response
Response
{
"data": [
{
"id": "babcf91e-5930-4b90-b929-0fb2b076bd3b",
"type": "invoices",
"attributes": {
"total": "10.00",
"subtotal": "10.00",
"tax": "0.00",
"createdAt": "2024-07-26T07:35:07.817Z",
"updatedAt": "2024-07-26T07:35:07.836Z",
},
"relationships": {}
}
],
"links": {
"prev": "[PlatformAddress]/v1/invoices?page[before]=OTMzMw&page[size]=1",
"next": "[PlatformAddress]/v1/invoices?page[after]=OTMzMw&page[size]=1"
}
}Last updated
Was this helpful?