FileAttachmentInfo
Summary information about an attachment. This is returned when requesting a list of attachments that are linked to a specific resource.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | The Id of the attachment. | integer |
None. |
| Size | The size in bytes of the attachment. | integer |
None. |
| Name | Name of the attachment. | string |
None. |
| Description | Description of the attachment. | string |
None. |
| ItemIdAttachedTo | The Id of the item/entity that this attachment is associated with or attached to. | integer |
None. |
| _links | Hypermedia links. Contains contextual links to possible next actions related to this resource. Only present in responses. This data is not to be sent to the server. | Collection of Link |
None. |