getAttachmentById
Gets and attachment by its unique id.
Parameters
id - id of the attachment
Example Usages
Return Values
The function returns a Promise that will eventually resolve to either a Blob (if the fetch is successful) or null (if there is an error or the status is not 200).
Last updated
Was this helpful?