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": "c6e90e48-d541-4395-b81f-f030c1c6e1a8",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "56236d84-0b55-4cd3-8d91-76ae60a35fe9",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "239c042d-f02e-483d-a9ed-b97cb8f3b170",
"CreateDate": "2026-04-27T19:02:00.1684217-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-04-27T19:02:00.1684217-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "7488de55-d379-4296-9c9c-4a083bc810cb",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "7fdd27e2-9554-4e09-aec5-dd26f87bbdda",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "7cb8e92a-b8dd-407b-aeb7-a18683c508d1",
"CreateDate": "2026-04-27T19:02:00.1684217-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T19:02:00.1684217-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "a4d6004d-625c-4383-b891-beaafb1d4bca",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-04-27T19:02:00.1684217-07:00",
"MeasurementValueNeededDate": "2026-04-27T19:02:00.1684217-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "28409391-f710-41bc-bb9a-b8de70ea6365",
"CreateDate": "2026-04-27T19:02:00.1684217-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-04-27T19:02:00.1684217-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-04-27T19:02:00.1684217-07:00",
"MeasurementValueNeededDate": "2026-04-27T19:02:00.1684217-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "885894e5-6959-483d-a577-b29e3f0d4a39",
"CreateDate": "2026-04-27T19:02:00.1684217-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-04-27T19:02:00.1684217-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-04-27T19:02:00.1684217-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "302d12e7-84b6-406c-bb8d-d23a29ab10a2",
"CreateDate": "2026-04-27T19:02:00.1684217-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-04-27T19:02:00.1684217-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}