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": "0bfe8218-28c5-4643-818b-838742f9dfa1", "Asset": { "AssetId": "11b571be-5ace-42b5-9a77-14fc6def4577", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "008937c2-1d7e-4fb0-ad1d-b05613a04917", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "e81a12f2-1136-44d8-8686-e7a87a67acd9", "CreateDate": "2025-10-13T14:51:48.8573096-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-13T14:51:48.8573096-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "69fa4dd8-caa0-4ae8-bf8d-437c2261f193", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-13T14:51:48.8573096-07:00", "MeasurementValueNeededDate": "2025-10-13T14:51:48.8573096-07:00", "SourceSystemId": "sample string 3", "CompanyId": "aa4fad9d-8152-48f7-b953-f63dc8d6d8d1", "CreateDate": "2025-10-13T14:51:48.8573096-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-13T14:51:48.8573096-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-13T14:51:48.8573096-07:00", "MeasurementValueNeededDate": "2025-10-13T14:51:48.8573096-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "3e3a477e-e3ab-40d4-b286-f02f0faeae00", "CreateDate": "2025-10-13T14:51:48.8573096-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-13T14:51:48.8573096-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "41f879ff-0fe5-4bec-be9d-bf05a5691d86", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "639b3f79-0491-4377-9b37-b0fd21ae4375", "CreateDate": "2025-10-13T14:51:48.8573096-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T14:51:48.8573096-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-10-13T14:51:48.8573096-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "209dbd5a-7bfb-423d-9381-1e9ae9cf0d97", "CreateDate": "2025-10-13T14:51:48.8573096-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-13T14:51:48.8573096-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }