GET Notes?noteId={noteId}
Retrieves a note by its Id
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
noteId |
Id of the note |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
Name | Description | Type | Additional information |
---|---|---|---|
Data | Note |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "NoteId": "6cdb7a2d-98ca-43ac-bea7-519e117a4ac6", "Asset": { "AssetId": "72ac57ab-2524-4ca9-ba51-869d4ef81863", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "dad4ec87-0c97-4da2-8344-303b291b4e95", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "aaf7ef35-6f85-4dc1-8768-e0a7fa48e001", "CreateDate": "2025-06-30T20:38:47.4542167-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-30T20:38:47.4542167-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0f364a74-a63d-4513-a600-ddc4e7270efc", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-30T20:38:47.4542167-07:00", "MeasurementValueNeededDate": "2025-06-30T20:38:47.4542167-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a772d55e-5bf8-449d-bfa6-6778103ca69e", "CreateDate": "2025-06-30T20:38:47.4542167-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-30T20:38:47.4542167-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-30T20:38:47.4542167-07:00", "MeasurementValueNeededDate": "2025-06-30T20:38:47.4542167-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "243c2bbe-843b-403a-8530-3e173d0e4772", "CreateDate": "2025-06-30T20:38:47.4542167-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-30T20:38:47.4542167-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "95fe0fac-8f22-44a6-8597-5ce074947e2f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0689c731-5b8d-4e34-a3e1-35c3d1b3708b", "CreateDate": "2025-06-30T20:38:47.4542167-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T20:38:47.4542167-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-06-30T20:38:47.4542167-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0e95a22d-7f13-40b9-9059-511ff1285308", "CreateDate": "2025-06-30T20:38:47.4542167-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-30T20:38:47.4542167-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }