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": "c9a16296-e925-4331-8690-2288cdf87151", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "63a95a84-d0a0-46e4-8963-85bcdd36ac5f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "fa0e79f0-8db2-4802-bd64-142573d69749", "CreateDate": "2025-07-31T18:11:59.1412176-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T18:11:59.1412176-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "6fe8707f-a176-409c-b5ed-830830200839", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c72ce9bf-2736-4215-9502-32b98aaa7efd", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4d238f0d-37d3-4434-9314-1f239e931e0d", "CreateDate": "2025-07-31T18:11:59.1412176-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:11:59.1412176-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "fd219d37-57ba-457e-b1cc-652929d13aa5", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T18:11:59.1412176-07:00", "MeasurementValueNeededDate": "2025-07-31T18:11:59.1412176-07:00", "SourceSystemId": "sample string 3", "CompanyId": "b9849666-cde5-4a75-9dfb-6f018e393fe3", "CreateDate": "2025-07-31T18:11:59.1412176-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T18:11:59.1412176-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T18:11:59.1412176-07:00", "MeasurementValueNeededDate": "2025-07-31T18:11:59.1412176-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "6e7ef806-2796-40e7-bca5-fb004c7932d2", "CreateDate": "2025-07-31T18:11:59.1412176-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T18:11:59.1412176-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-07-31T18:11:59.1412176-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "67529bb8-41d1-41c0-b0c2-c016af274cee", "CreateDate": "2025-07-31T18:11:59.1412176-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:11:59.1412176-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }