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": "cf5fefc1-b055-46f8-aef0-c050b26ea245", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "f0ff8ea5-f76b-461d-9927-78537d159e77", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "f811efe1-6d1b-451e-a9ce-6d90cc339863", "CreateDate": "2025-04-24T14:22:25.2276706-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T14:22:25.2276706-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "94e3c47c-53d6-4792-9ad6-59da22a60e8c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "bf9f7a7f-36ec-4225-8873-6cf56e63f3b5", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8c804d0b-07e8-461f-a1c2-b38cfdd52ff5", "CreateDate": "2025-04-24T14:22:25.2276706-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:22:25.2276706-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "91987d34-2d5c-4e03-809f-6eac2036ec1d", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T14:22:25.2276706-07:00", "MeasurementValueNeededDate": "2025-04-24T14:22:25.2276706-07:00", "SourceSystemId": "sample string 3", "CompanyId": "56d1ee2f-1656-4a02-9ad0-00089c5a4ab4", "CreateDate": "2025-04-24T14:22:25.2276706-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T14:22:25.2276706-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T14:22:25.2276706-07:00", "MeasurementValueNeededDate": "2025-04-24T14:22:25.2276706-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "43a468fb-c6ee-4829-a523-c6d71b19290e", "CreateDate": "2025-04-24T14:22:25.2276706-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T14:22:25.2276706-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-04-24T14:22:25.2276706-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "0c4820cb-063b-4a73-9691-8e873d9c46c2", "CreateDate": "2025-04-24T14:22:25.2276706-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T14:22:25.2276706-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }