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": "9e10bb7a-2f7b-4e8b-836d-a4e9b48219f4", "Asset": { "AssetId": "84dbdebf-ab7b-4435-9161-bc5a80be1c2a", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "a05cef86-39fa-4cdf-85bb-a47a7c6ff453", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "4780d795-cef9-4b58-8d4b-9ad05880dd83", "CreateDate": "2025-09-16T01:54:19.2324365-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T01:54:19.2324365-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "99aa3088-0132-4279-94a9-a4ea3a4e064c", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T01:54:19.2324365-07:00", "MeasurementValueNeededDate": "2025-09-16T01:54:19.2324365-07:00", "SourceSystemId": "sample string 3", "CompanyId": "7bd20e01-3be1-4e52-815c-0ddee0985614", "CreateDate": "2025-09-16T01:54:19.2324365-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T01:54:19.2324365-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T01:54:19.2324365-07:00", "MeasurementValueNeededDate": "2025-09-16T01:54:19.2324365-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "f5e6b144-ca6a-42e5-9bf2-0265543f5093", "CreateDate": "2025-09-16T01:54:19.2324365-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T01:54:19.2324365-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "3864810d-02f5-445d-b436-5a025a501dd9", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "306a01d4-54db-41d4-b248-4657f7754bb5", "CreateDate": "2025-09-16T01:54:19.2324365-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:54:19.2324365-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-09-16T01:54:19.2324365-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2a5cf2a7-5b83-4d28-b88f-2f546617948a", "CreateDate": "2025-09-16T01:54:19.2324365-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T01:54:19.2324365-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }