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": "788807c8-524a-4716-b834-3ec2e5c00e24",
"Name": "sample string 1",
"Description": "sample string 2",
"AttachmentCategory": {
"AttachmentCategoryId": "8e0376f9-a062-4eac-85e1-e71366fcedad",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "53e33179-f6f6-49de-a8af-db0642178587",
"CreateDate": "2025-11-05T07:40:36.4809154-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-11-05T07:40:36.4809154-08:00",
"LastModifiedUser": "sample string 5"
},
"Asset": {
"AssetId": "54f81207-f994-4890-b9f6-1665b4537203",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "f2c216e0-0abf-45ba-9345-cc4af98c6ae8",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "ef37883a-5cf8-401c-83dc-a66d0eb8f07b",
"CreateDate": "2025-11-05T07:40:36.4809154-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T07:40:36.4809154-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "683eda62-6edd-44b8-b3b5-5dc7a2163753",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-11-05T07:40:36.4809154-08:00",
"MeasurementValueNeededDate": "2025-11-05T07:40:36.4809154-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "4f693193-a736-4336-b0c8-7d196b5d48f0",
"CreateDate": "2025-11-05T07:40:36.4809154-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-11-05T07:40:36.4809154-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-11-05T07:40:36.4809154-08:00",
"MeasurementValueNeededDate": "2025-11-05T07:40:36.4809154-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "03205fa2-26f0-4ec2-92fb-acd34ef93e10",
"CreateDate": "2025-11-05T07:40:36.4809154-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-11-05T07:40:36.4809154-08:00",
"LastModifiedUser": "sample string 8"
},
"FileType": "sample string 3",
"FileSize": 1,
"UploadDate": "2025-11-05T07:40:36.4809154-08:00",
"Content": "QEA=",
"SourceSystemId": "sample string 4",
"CompanyId": "0323a03b-73b1-46e9-aa20-4661c1f60d83",
"CreateDate": "2025-11-05T07:40:36.4809154-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-11-05T07:40:36.4809154-08:00",
"LastModifiedUser": "sample string 7"
},
"Total": 1,
"Message": "sample string 1"
}