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": "7746de2d-ca06-46b1-aa96-249e7f62c97d",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "91036e56-6403-433b-b58a-defe8f0d8da8",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "f89a4e28-d510-4661-aaa1-25efdfc15c52",
"CreateDate": "2025-11-14T23:17:01.0602079-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-14T23:17:01.0602079-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "706c2d89-2e42-47c9-9296-d2bfdb2b587c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "2575c693-053b-46f4-8180-2fac12ede4e8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "4eb524ab-79a6-4969-a3e8-d015e5405a96",
"CreateDate": "2025-11-14T23:17:01.0602079-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:17:01.0602079-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1b0ab9de-6ac6-4ed7-9818-0fe5227c98f8",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-14T23:17:01.0602079-08:00",
"MeasurementValueNeededDate": "2025-11-14T23:17:01.0602079-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "29db0364-4605-4305-8496-c636b78597ae",
"CreateDate": "2025-11-14T23:17:01.0602079-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-14T23:17:01.0602079-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-14T23:17:01.0602079-08:00",
"MeasurementValueNeededDate": "2025-11-14T23:17:01.0602079-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "0dd5bffe-0083-41e5-8fa4-fe7ecb423074",
"CreateDate": "2025-11-14T23:17:01.0602079-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-14T23:17:01.0602079-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-11-14T23:17:01.0602079-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "bb3029c0-dcae-4635-95eb-f2a533052dae",
"CreateDate": "2025-11-14T23:17:01.0602079-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-14T23:17:01.0602079-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}