GET Attachments?attachmentId={attachmentId}
Retrieves an attachment by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| attachmentId |
Id of the attachment |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Attachment |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AttachmentId": "2c9e0d49-28ef-456c-8f22-13a1d46953d3",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "da2347cb-cee5-4e1c-8da6-b74da414a99d",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "df64bcb6-85c1-45d8-9346-a5f844062154",
"CreateDate": "2026-08-16T07:36:46.8217175-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-16T07:36:46.8217175-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "0bd68228-9f6a-4539-bff1-5f84cdfc6bc2",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "8d1219bc-35f9-4763-8e78-35bcf9bcf4c0",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "337a0d7a-d4fd-4934-932a-07e206411bde",
"CreateDate": "2026-08-16T07:36:46.8217175-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:36:46.8217175-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "7a80719e-ef42-493d-ab4a-0296a972b06e",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-16T07:36:46.8217175-07:00",
"MeasurementValueNeededDate": "2026-08-16T07:36:46.8217175-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "eb8780e4-29d9-4d34-ad67-60eb03593a4b",
"CreateDate": "2026-08-16T07:36:46.8217175-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-16T07:36:46.8217175-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-16T07:36:46.8217175-07:00",
"MeasurementValueNeededDate": "2026-08-16T07:36:46.8217175-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ed77538c-203b-4150-b121-3b6aea996f94",
"CreateDate": "2026-08-16T07:36:46.8217175-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-16T07:36:46.8217175-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-08-16T07:36:46.8217175-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "a81370a2-3fa1-4782-8174-f2af5276f790",
"CreateDate": "2026-08-16T07:36:46.8217175-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-16T07:36:46.8217175-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}