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": "bd99154e-7db3-49a6-b2c6-337391e83bdc", "Asset": { "AssetId": "ed1e73cb-a538-437c-a3c9-a292d39dfa29", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "84d61ec0-9dd7-41f8-9248-2e4b3153b55f", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "d47acd67-4bca-4557-97c7-25262365d603", "CreateDate": "2025-06-26T20:40:45.5326712-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-26T20:40:45.5326712-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "de1bccaa-4c23-40ba-a9cf-e360623d36f4", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-06-26T20:40:45.5326712-07:00", "MeasurementValueNeededDate": "2025-06-26T20:40:45.5326712-07:00", "SourceSystemId": "sample string 3", "CompanyId": "67abfcb9-165a-4304-930a-4fc51fe749c5", "CreateDate": "2025-06-26T20:40:45.5326712-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-26T20:40:45.5326712-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-06-26T20:40:45.5326712-07:00", "MeasurementValueNeededDate": "2025-06-26T20:40:45.5326712-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "e2ebd6f0-18a7-4ef7-8d13-935c92bf9f28", "CreateDate": "2025-06-26T20:40:45.5326712-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-26T20:40:45.5326712-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "22c85a01-8371-4674-9650-7dcdffa1359f", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "0f2975b0-6579-45b0-84c6-08b3592833bd", "CreateDate": "2025-06-26T20:40:45.5326712-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T20:40:45.5326712-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-06-26T20:40:45.5326712-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a1e6c82d-4960-4bd5-9e04-b55e1670fdd8", "CreateDate": "2025-06-26T20:40:45.5326712-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-06-26T20:40:45.5326712-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }