Retrieves a specific journal attachment by its ID.
Depending on the Accept header, this endpoint can either download the attachment or return only its metadata.
get
Path parameters
idstringRequired
The ID of the journal attachment to retrieve.
journalIdstringRequired
Query parameters
selectstringOptional
Optional select statement to specify which fields to include in the response.
Responses
200
OK
application/json
301
Moved Permanently
404
Not Found
application/json
406
Not Acceptable
application/json
get
GET /public/v1/billing/journals/{journalId}/attachments/{id} HTTP/1.1
Host:
Accept: */*