GET api/v2.0/ResourceLibrary/GetDocumentAttachment?documentAttachmentKey={documentAttachmentKey}
Returns Document Attachment Details for the specified Document Attachment.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| documentAttachmentKey |
DocumentAttachmentKey or DocumentFileKey for the document attachment that you would like to retrieve. |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DocumentAttachment| Name | Description | Type | Additional information |
|---|---|---|---|
| DocumentAttachmentKey | globally unique identifier |
None. |
|
| DocumentKey | globally unique identifier |
None. |
|
| FileName | string |
None. |
|
| UploadedByContact | ContactConcise |
None. |
|
| CreatedOn | date |
None. |
|
| FileExtension | string |
None. |
|
| FileSizeInBytes | integer |
None. |
|
| Width | integer |
None. |
|
| Height | integer |
None. |
|
| DurationSeconds | integer |
None. |
|
| DownloadUrl | string |
None. |
|
| IconUrl | string |
None. |
|
| Status | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"DocumentAttachmentKey": "b01d073a-12b3-4dfd-adaf-2e1b5d3ae254",
"DocumentKey": "79e0d176-0f3f-4bf0-820f-50ecf0a21ebb",
"FileName": "sample string 3",
"UploadedByContact": {
"LinkToProfile": "sample string 1",
"PictureUrl": "sample string 2",
"ContactKey": "a6e169d5-bbe3-4b1e-8f04-274e25454221",
"FirstName": "sample string 4",
"LastName": "sample string 5",
"DisplayName": "sample string 6",
"EmailAddress": "sample string 7",
"ContactStatusCode": "sample string 8",
"PrefixCode": "sample string 9",
"UpdatedOn": "2025-12-28T11:20:40.9752587Z",
"UpdatedByContactKey": "4b1990c1-13c5-458f-a89c-864444b9c370",
"CompanyName": "sample string 12",
"CompanyTitle": "sample string 13",
"SuffixCode": "sample string 14",
"Designation": "sample string 15",
"LegacyContactKey": "sample string 16",
"InformalName": "sample string 17",
"MiddleName": "sample string 18",
"IsCompany": true,
"CompanyLegacyContactKey": "sample string 20",
"AMSDirectoryOptOut": true,
"HLDirectoryOptOut": true,
"HLContactMeOptOut": true,
"LargePictureUrl": "sample string 24",
"AgreedToTermsDateTime": "2025-12-28T11:20:40.9752587Z"
},
"CreatedOn": "2025-12-28T11:20:40.9752587Z",
"FileExtension": "sample string 5",
"FileSizeInBytes": 1,
"Width": 1,
"Height": 1,
"DurationSeconds": 1,
"DownloadUrl": "sample string 6",
"IconUrl": "sample string 7",
"Status": "sample string 8"
}
application/xml, text/xml
Sample:
<DocumentAttachment xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise.ResourceLibrary">
<CreatedOn>2025-12-28T06:20:40.9752587-05:00</CreatedOn>
<DocumentAttachmentKey>b01d073a-12b3-4dfd-adaf-2e1b5d3ae254</DocumentAttachmentKey>
<DocumentKey>79e0d176-0f3f-4bf0-820f-50ecf0a21ebb</DocumentKey>
<DownloadUrl>sample string 6</DownloadUrl>
<DurationSeconds>1</DurationSeconds>
<FileExtension>sample string 5</FileExtension>
<FileName>sample string 3</FileName>
<FileSizeInBytes>1</FileSizeInBytes>
<Height>1</Height>
<IconUrl>sample string 7</IconUrl>
<Status>sample string 8</Status>
<UploadedByContact xmlns:d2p1="http://schemas.datacontract.org/2004/07/HigherLogic.API.Models.Enterprise">
<d2p1:AMSDirectoryOptOut>true</d2p1:AMSDirectoryOptOut>
<d2p1:AgreedToTermsDateTime>2025-12-28T06:20:40.9752587-05:00</d2p1:AgreedToTermsDateTime>
<d2p1:CompanyLegacyContactKey>sample string 20</d2p1:CompanyLegacyContactKey>
<d2p1:CompanyName>sample string 12</d2p1:CompanyName>
<d2p1:CompanyTitle>sample string 13</d2p1:CompanyTitle>
<d2p1:ContactKey>a6e169d5-bbe3-4b1e-8f04-274e25454221</d2p1:ContactKey>
<d2p1:ContactStatusCode>sample string 8</d2p1:ContactStatusCode>
<d2p1:Designation>sample string 15</d2p1:Designation>
<d2p1:DisplayName>sample string 6</d2p1:DisplayName>
<d2p1:EmailAddress>sample string 7</d2p1:EmailAddress>
<d2p1:FirstName>sample string 4</d2p1:FirstName>
<d2p1:HLContactMeOptOut>true</d2p1:HLContactMeOptOut>
<d2p1:HLDirectoryOptOut>true</d2p1:HLDirectoryOptOut>
<d2p1:InformalName>sample string 17</d2p1:InformalName>
<d2p1:IsCompany>true</d2p1:IsCompany>
<d2p1:LargePictureUrl>sample string 24</d2p1:LargePictureUrl>
<d2p1:LastName>sample string 5</d2p1:LastName>
<d2p1:LegacyContactKey>sample string 16</d2p1:LegacyContactKey>
<d2p1:LinkToProfile>sample string 1</d2p1:LinkToProfile>
<d2p1:MiddleName>sample string 18</d2p1:MiddleName>
<d2p1:PictureUrl>sample string 2</d2p1:PictureUrl>
<d2p1:PrefixCode>sample string 9</d2p1:PrefixCode>
<d2p1:SuffixCode>sample string 14</d2p1:SuffixCode>
<d2p1:UpdatedByContactKey>4b1990c1-13c5-458f-a89c-864444b9c370</d2p1:UpdatedByContactKey>
<d2p1:UpdatedOn>2025-12-28T06:20:40.9752587-05:00</d2p1:UpdatedOn>
</UploadedByContact>
<Width>1</Width>
</DocumentAttachment>