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": "792c2f4b-7d02-426c-9f67-508ab656b990",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "ae98c60a-2baf-4072-90ca-358c317353df",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d25057d0-0b46-42f3-bf5f-9724b5e90802",
"CreateDate": "2026-05-09T23:11:13.0911683-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-09T23:11:13.0911683-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "d9c6994d-e911-4903-92db-95b4a8fe3dba",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f2fce550-f10b-4990-b5ab-9909b22a7f26",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "528bb32f-eebf-4414-a8ab-06fd0b70540e",
"CreateDate": "2026-05-09T23:11:13.0911683-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:13.0911683-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4bc8532a-66f5-4601-8e53-b9b37dbd0e0a",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:11:13.0911683-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:11:13.0911683-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "febac1f0-7358-44a0-80f1-d3d108995348",
"CreateDate": "2026-05-09T23:11:13.0911683-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:11:13.0911683-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:11:13.0911683-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:11:13.0911683-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "923b5ca4-19d0-4f48-81f6-bb76c2b84d72",
"CreateDate": "2026-05-09T23:11:13.0911683-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:11:13.0911683-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-05-09T23:11:13.0911683-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "f9f46297-2db5-49a6-87a6-6e610e4813d8",
"CreateDate": "2026-05-09T23:11:13.0911683-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:13.0911683-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}