Get batch attachment
Path parameters
batchIdstringRequired
The batch ID.
attachmentIdstringRequired
The attachment ID.
Responses
200
OK
Represents a file attachment associated with a notification message or batch.
idstringOptional
Gets or sets the unique identifier for the attachment.
hrefstring · nullableRead-onlyOptional
Gets the URL to download the attachment.
namestringOptional
Gets or sets the display name for the attachment.
fileNamestringOptional
Gets or sets the file name of the attachment.
fileSizeinteger · int32Optional
Gets or sets the size of the attachment in bytes.
contentTypestringOptional
Gets or sets the content type of the attachment.
301
Moved Permanently
get
/public/v1/notifications/batches/{batchId}/attachments/{attachmentId}Last updated
Was this helpful?