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": "bf11ba58-5bc0-4b1b-b435-06fe438bc901",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "063e538d-eee2-4e60-8681-022ba0e26bbc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d4b3142a-d19c-4447-b486-cec059473e9d",
"CreateDate": "2026-06-25T14:31:16.946591-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-25T14:31:16.946591-07:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "692271a9-cb1c-4be5-b50c-9483e7a91fbc",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f51279f5-a3e3-4f85-b115-24d0199e614a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "c6b56ad0-4872-4ec8-8ebb-5c6353b94006",
"CreateDate": "2026-06-25T14:31:16.946591-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:31:16.946591-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "70377fda-1974-4218-9942-8a287a234a07",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-25T14:31:16.946591-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:31:16.946591-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "f46b2269-6c18-4d59-af4a-d299fd5f2809",
"CreateDate": "2026-06-25T14:31:16.946591-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-25T14:31:16.946591-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-25T14:31:16.946591-07:00",
"MeasurementValueNeededDate": "2026-06-25T14:31:16.946591-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d53714ee-d986-4110-a88e-32536dd6a438",
"CreateDate": "2026-06-25T14:31:16.946591-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-25T14:31:16.946591-07:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2026-06-25T14:31:16.946591-07:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "b931defe-6638-4f50-b8ed-d2046cdc2077",
"CreateDate": "2026-06-25T14:31:16.946591-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-25T14:31:16.946591-07:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}