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": "b69647da-c162-45ad-90f0-d6e1387c810c", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "e1f93c18-f704-439d-a04d-46d614aac57c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "54f160f1-bdd8-4186-896b-911f96081d04", "CreateDate": "2025-09-16T01:58:28.1410663-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:58:28.1410663-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "b01705b6-5588-4ad1-bb59-027a783cb3b5", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c5248cc6-d584-42b9-921e-29822ae42845", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "75c4674b-482e-47a2-adb2-ec55ba385dbf", "CreateDate": "2025-09-16T01:58:28.1410663-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:58:28.1410663-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "8b660f37-dfb9-4245-8e34-b7fe43c916ab", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T01:58:28.1410663-07:00", "MeasurementValueNeededDate": "2025-09-16T01:58:28.1410663-07:00", "SourceSystemId": "sample string 3", "CompanyId": "56946eb5-b14b-4872-bfa2-1aac50c8b043", "CreateDate": "2025-09-16T01:58:28.1410663-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:58:28.1410663-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T01:58:28.1410663-07:00", "MeasurementValueNeededDate": "2025-09-16T01:58:28.1410663-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "3ec8de86-49e0-4e60-9fbf-de8fa6448207", "CreateDate": "2025-09-16T01:58:28.1410663-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:58:28.1410663-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-09-16T01:58:28.1410663-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "5f67b77d-2ee6-4ed3-8e92-8ac4de2c198c", "CreateDate": "2025-09-16T01:58:28.1410663-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:58:28.1410663-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }