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": "459079c1-163b-4aff-9baa-986b7d9c327d", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "515b869a-31b2-4d4b-9f75-78b7dfea6dd8", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "ffaadffc-020f-4f32-819f-cc8c85392163", "CreateDate": "2025-08-30T12:56:26.3008376-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T12:56:26.3008376-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "317f2b62-50b5-4ba2-86ce-095546ff2f60", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "fa8be2ae-d844-467c-9c58-7969eacc24d6", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ef97aff8-8c43-4ce1-a326-eaa7dc504df4", "CreateDate": "2025-08-30T12:56:26.3008376-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:56:26.3008376-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "03e5c715-011f-4a4e-bd03-e557427c13e1", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-30T12:56:26.3008376-07:00", "MeasurementValueNeededDate": "2025-08-30T12:56:26.3008376-07:00", "SourceSystemId": "sample string 3", "CompanyId": "e11ed796-da12-4e93-a62c-0f404295ffed", "CreateDate": "2025-08-30T12:56:26.3008376-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:56:26.3008376-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-30T12:56:26.3008376-07:00", "MeasurementValueNeededDate": "2025-08-30T12:56:26.3008376-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "0d9079c4-d397-40a5-9fa6-f46425d3e253", "CreateDate": "2025-08-30T12:56:26.3008376-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-30T12:56:26.3008376-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-08-30T12:56:26.3008376-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "260c2721-e51e-421e-9a53-4fe0b982c8fc", "CreateDate": "2025-08-30T12:56:26.3008376-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:56:26.3008376-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }