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": "03153c57-904f-4e9d-aa27-cebcf9ebdfda", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "cf5605f6-e765-4626-b3a4-9bb157fe10a7", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "1c8335bb-8d62-44ea-9f5d-da8246dfb0c4", "CreateDate": "2025-05-17T05:24:24.0650264-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-17T05:24:24.0650264-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "630272f8-c7f7-43d7-9674-e0f81fb9017d", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "7ff8a469-03d8-4056-a14f-d021b41430b0", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "d646982c-4150-40a4-be30-5be25fcc0c34", "CreateDate": "2025-05-17T05:24:24.0650264-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-17T05:24:24.0650264-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "30405312-5cda-4aa6-b6b9-abec9000fabe", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-17T05:24:24.0650264-07:00", "MeasurementValueNeededDate": "2025-05-17T05:24:24.0650264-07:00", "SourceSystemId": "sample string 3", "CompanyId": "3d2cd353-82f5-4d1f-9426-cbd01f0c2538", "CreateDate": "2025-05-17T05:24:24.0650264-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-17T05:24:24.0650264-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-17T05:24:24.0650264-07:00", "MeasurementValueNeededDate": "2025-05-17T05:24:24.0650264-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "05973676-16d1-43d1-b656-bb562e96b9bd", "CreateDate": "2025-05-17T05:24:24.0650264-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-17T05:24:24.0650264-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-05-17T05:24:24.0650264-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "7770134a-3755-4872-a9ff-e75420768c02", "CreateDate": "2025-05-17T05:24:24.0650264-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-17T05:24:24.0650264-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }