Skip to content

JobAttachmentGetResponse

Interface for an attachment linked to a job

Properties

Property Type Description
attachmentId string Identifier of the linked attachment. Pass this to attachments.getById() to read the attachment's metadata and download URI.
attachmentName null | string File name of the linked attachment. Null on the response returned when the link is first created — read it back with JobServiceModel.getAttachments.
category null | string Caller-defined label that groups attachments within a job. Attachments uploaded by a running automation carry the category JobAttachment. Null when the link was created without a category.
createdTime string When the link was created
creatorUserId null | number ID of the user who created the link
id string Unique identifier of the link between the job and the attachment
jobKey string Key of the job the attachment is linked to
lastModifiedTime null | string When the link was last modified
lastModifierUserId null | number ID of the user who last modified the link