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": "0c5c83a2-8520-4a77-863f-c68ed707b128", "Asset": { "AssetId": "d8607fdb-47fa-40f4-b94d-9a78c7edd140", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "8f680567-99dc-4d1e-a570-13116b4fb82c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "971d1c5f-552f-4249-836d-9783680a9fbe", "CreateDate": "2025-06-22T23:30:23.142615-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:30:23.142615-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "7373a636-3826-466c-b6db-7c7c1bf61aaa", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-22T23:30:23.142615-07:00", "MeasurementValueNeededDate": "2025-06-22T23:30:23.142615-07:00", "SourceSystemId": "sample string 3", "CompanyId": "164fe1d9-e071-41ea-b985-2de9258e51d2", "CreateDate": "2025-06-22T23:30:23.142615-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T23:30:23.142615-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-22T23:30:23.142615-07:00", "MeasurementValueNeededDate": "2025-06-22T23:30:23.142615-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "ea188699-b64e-4986-9d6e-b8071ed31fdc", "CreateDate": "2025-06-22T23:30:23.142615-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T23:30:23.142615-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "001d6363-b4fb-4c65-b35e-904c4be8767b", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0ba9b9e2-3f5f-4e24-b97d-ce0ab5c4e5a1", "CreateDate": "2025-06-22T23:30:23.142615-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-22T23:30:23.142615-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-06-22T23:30:23.142615-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "01a3ed63-9ebb-46a7-8d7b-699e9b1f88c5", "CreateDate": "2025-06-22T23:30:23.142615-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-22T23:30:23.142615-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }