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": "339eadf4-bfbe-4abd-929f-2dd482dd90fb", "Asset": { "AssetId": "a1f0e5d0-cc6a-4e18-9c72-7fca33107b5c", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "978f689c-2c0c-4fcd-ad01-f27119c21060", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "240b2420-134b-49ff-ad0e-94eaab9eed5f", "CreateDate": "2025-04-03T15:13:31.4987979-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:13:31.4987979-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0f490e4b-46da-4d0c-972d-624c06cf2cc4", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-03T15:13:31.4987979-07:00", "MeasurementValueNeededDate": "2025-04-03T15:13:31.4987979-07:00", "SourceSystemId": "sample string 3", "CompanyId": "571aff6b-198c-4bdf-8675-2092040f2360", "CreateDate": "2025-04-03T15:13:31.4987979-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:13:31.4987979-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-03T15:13:31.4987979-07:00", "MeasurementValueNeededDate": "2025-04-03T15:13:31.4987979-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4e436ff5-0868-42af-9a1f-2fbb3f4f8ee9", "CreateDate": "2025-04-03T15:13:31.4987979-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:13:31.4987979-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "f131867d-2026-4e16-8288-c2fb55840978", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "df42e6a8-405d-4b86-b37b-e9c7e648df86", "CreateDate": "2025-04-03T15:13:31.4987979-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:13:31.4987979-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-04-03T15:13:31.4987979-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "52b39e7d-2861-48ef-8907-1c8acee2975f", "CreateDate": "2025-04-03T15:13:31.4987979-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-03T15:13:31.4987979-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }