cURL
curl --request GET \ --url https://api.maesn.dev/accounting/offers/{offerId}/document
{ "meta": { "warnings": [ "Field not used by target system" ], "pagination": { "total": 123, "perPage": 123, "currentPage": 123, "totalPages": 123 } }, "data": { "id": "document id", "base64Encoded": true, "content": "content", "contentType": "application/pdf", "fileName": "invoice.pdf" } }
Lexware Office
API key
Account key
The response is of type object.
object
Was this page helpful?