Skip to content

Get the attachments based on the invoiceId

get
https://api.mercadoe.com/v1/invoices/{invoiceId}/attachments

Get information about the attachments of a specific invoice with the given invoiceId.

Request

Path Parameters

invoiceId
int32
required
the invoice id

Query Parameters

pageNumber
int32
the page number must be an integer greater than or equal to 1
default: 1
pageSize
int32
the page size must be an integer greater than or equal to 1
default: 10

Responses

200
404
500
OK

Body

application/json
data
array of object
hits
int32 | null
next
string | null