Get journal attachment
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
Represents an attachment associated with a journal in the billing system.
revisioninteger · int32Optional
namestringOptionalExample:
Name of the attachment.
raw records datatypestring · enumOptionalPossible values:
Represents the type of billing attachment.
filenamestringOptionalExample:
Represents the name of the file associated with the attachment.
invoice.pdfsizeinteger · int64 · nullableOptionalExample:
Indicates the size of the file in bytes.
102400contentTypestringOptionalExample:
Represents the MIME type of the file content.
application/pdfdescriptionstringOptionalExample:
Provides a description of the attachment.
Invoice for March 2025isDeletedbooleanOptionalExample:
Indicates whether the attachment has been marked as deleted.
falseidstringOptionalExample:
The unique identifier of the attachment.
JOA-1234-1234301
Moved Permanently
404
Not Found
application/json
406
Not Acceptable
application/json
get
/public/v1/billing/journals/{journalId}/attachments/{id}Last updated
Was this helpful?