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": "856a1c26-7a40-4dd9-a0e8-75bf6df99070",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "019cc66f-76b1-44d8-bd9c-231503451dc2",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "5325c4d3-586c-4cc7-9239-95b07fca53a0",
"CreateDate": "2026-02-11T01:26:20.9778735-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-02-11T01:26:20.9778735-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "7e43dbd9-93c1-403a-9a62-c507edb2eeea",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "02d4564c-455f-4d1f-823e-e9fe606f50a6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1e127c7c-7c62-4f10-8ddc-caf72762b0f7",
"CreateDate": "2026-02-11T01:26:20.9778735-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:20.9778735-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "25bed094-b794-4e11-9bf6-ca07e2ccf248",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-11T01:26:20.9778735-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:20.9778735-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "06ed07bb-eb0c-4584-8cef-c294d50c7cd4",
"CreateDate": "2026-02-11T01:26:20.9778735-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-11T01:26:20.9778735-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-11T01:26:20.9778735-08:00",
"MeasurementValueNeededDate": "2026-02-11T01:26:20.9778735-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "57c06997-c0a2-45ea-98c2-30ab299a4666",
"CreateDate": "2026-02-11T01:26:20.9778735-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-11T01:26:20.9778735-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-02-11T01:26:20.9778735-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "8d433557-a99f-4ce9-a2e5-01eaa5c6727a",
"CreateDate": "2026-02-11T01:26:20.9778735-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-11T01:26:20.9778735-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}