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": "fed8d857-6c6b-4f27-b241-a4a349e550a1", "Name": "sample string 1", "Description": "sample string 2", "AttachmentCategory": { "AttachmentCategoryId": "0e517b01-1746-4e11-9fc9-fb7cc3ed7d95", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "65e8e619-0a34-4a87-b9ea-dd8c3cd43782", "CreateDate": "2025-06-02T07:33:10.5296854-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-02T07:33:10.5296854-07:00", "LastModifiedUser": "sample string 5" }, "Asset": { "AssetId": "830554aa-3b2f-4bfd-a4db-702e86bf5e97", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6fad23a8-5aa8-44ef-b425-d2d60a8ff17c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "229c890a-c525-4605-abfb-e50e779b25f5", "CreateDate": "2025-06-02T07:33:10.5296854-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:33:10.5296854-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b4927890-e92d-478c-8b48-2b623f700d51", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-02T07:33:10.5296854-07:00", "MeasurementValueNeededDate": "2025-06-02T07:33:10.5296854-07:00", "SourceSystemId": "sample string 3", "CompanyId": "408689e2-1383-463b-9318-5eb80b9b8ba1", "CreateDate": "2025-06-02T07:33:10.5296854-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-02T07:33:10.5296854-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-02T07:33:10.5296854-07:00", "MeasurementValueNeededDate": "2025-06-02T07:33:10.5296854-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "58f5bdff-287d-4afd-bac0-38b696cbc30a", "CreateDate": "2025-06-02T07:33:10.5296854-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-02T07:33:10.5296854-07:00", "LastModifiedUser": "sample string 8" }, "FileType": "sample string 3", "FileSize": 1, "UploadDate": "2025-06-02T07:33:10.5296854-07:00", "Content": "QEA=", "SourceSystemId": "sample string 4", "CompanyId": "840ab25a-ea45-4d3c-b9af-a773948ac70d", "CreateDate": "2025-06-02T07:33:10.5296854-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-02T07:33:10.5296854-07:00", "LastModifiedUser": "sample string 7" }, "Total": 1, "Message": "sample string 1" }