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": "21d2f95a-798b-449f-86be-c69c1591f585", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "2bc69d32-7f36-42a7-9e37-019497911a87", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "d09a56a9-3a25-4853-882a-f96c9a4a0a73", "CreateDate": "2025-06-25T06:54:36.0383127-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-25T06:54:36.0383127-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "10c30cce-0f7f-4ed5-ade1-79f94242238b", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "76f6c519-b4af-4f8b-8233-08e8ae694f4d", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e62fae00-535b-462a-b9e0-00d04877f105", "CreateDate": "2025-06-25T06:54:36.0383127-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T06:54:36.0383127-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "400ebf2e-b4a3-44c9-9ab6-bd4a86ba292f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-25T06:54:36.0383127-07:00", "MeasurementValueNeededDate": "2025-06-25T06:54:36.0383127-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a29eb6fa-28ef-4115-b866-7145f1dc7138", "CreateDate": "2025-06-25T06:54:36.0383127-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-25T06:54:36.0383127-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-25T06:54:36.0383127-07:00", "MeasurementValueNeededDate": "2025-06-25T06:54:36.0383127-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "2ec98be7-b560-453b-a8bb-8ccf4dc871d2", "CreateDate": "2025-06-25T06:54:36.0383127-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-25T06:54:36.0383127-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-06-25T06:54:36.0383127-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "dc6ff0bc-5a74-4bdf-828f-9d753f121cac", "CreateDate": "2025-06-25T06:54:36.0383127-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-25T06:54:36.0383127-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }