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": "9aa0db7e-3a06-4c13-8cb3-e93089fe03d1", "Asset": { "AssetId": "3c44c0e5-c942-406b-a092-2436a5c6104e", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "fe7ff370-1625-49d4-a6a6-d59a6d28380c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "5757595d-4d11-415b-b31e-7f920ef07c59", "CreateDate": "2025-09-13T21:00:59.63016-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-13T21:00:59.63016-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "7385788e-fccf-41fb-83b9-c8f0e84c122f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-13T21:00:59.63016-07:00", "MeasurementValueNeededDate": "2025-09-13T21:00:59.63016-07:00", "SourceSystemId": "sample string 3", "CompanyId": "1efed2d1-795c-4211-bc33-dd9b44d7de62", "CreateDate": "2025-09-13T21:00:59.63016-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-13T21:00:59.63016-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-13T21:00:59.63016-07:00", "MeasurementValueNeededDate": "2025-09-13T21:00:59.63016-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "07d79a81-2c08-479b-836b-b2fc2130d127", "CreateDate": "2025-09-13T21:00:59.63016-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-13T21:00:59.63016-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "0c2ca04d-5ee3-4bc3-aa7c-b7f8a27fcc2f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8b19c6f4-2cb0-441e-af05-df4101b3dc92", "CreateDate": "2025-09-13T21:00:59.63016-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T21:00:59.63016-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-09-13T21:00:59.63016-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8649c236-8ba9-45fe-8584-e8bd75472bd0", "CreateDate": "2025-09-13T21:00:59.63016-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-13T21:00:59.63016-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }