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": "c2490b85-63aa-4d3f-b2cf-869cd91ac896",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "4e43867d-f6de-4a0b-8c0c-70f12f117356",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "e746c239-a9bd-4bff-8de3-18f9c051825e",
"CreateDate": "2026-01-22T18:37:00.5209798-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-22T18:37:00.5209798-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "034d2b6f-9366-4728-8b8b-12f5bfcc625a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "4fea5df6-8cb2-4198-b524-67f605253dd1",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "738e930f-a9c4-4873-b0cd-6e29cb350d0c",
"CreateDate": "2026-01-22T18:37:00.5209798-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T18:37:00.5209798-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "b91ef548-c686-476c-ab00-e064a3706605",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-22T18:37:00.5209798-08:00",
"MeasurementValueNeededDate": "2026-01-22T18:37:00.5209798-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "770d692c-1a0f-49ec-ba97-d38856ee4129",
"CreateDate": "2026-01-22T18:37:00.5209798-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-22T18:37:00.5209798-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-22T18:37:00.5209798-08:00",
"MeasurementValueNeededDate": "2026-01-22T18:37:00.5209798-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "9c39a9a9-255d-4ffc-981d-b8d94bddef1d",
"CreateDate": "2026-01-22T18:37:00.5209798-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-22T18:37:00.5209798-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-01-22T18:37:00.5209798-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "469e14a8-24c3-4373-855c-afb22cf8a2b2",
"CreateDate": "2026-01-22T18:37:00.5209798-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-22T18:37:00.5209798-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}