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": "9dd08e5c-dc01-425d-92e4-d58d58fc462b", "Asset": { "AssetId": "601d74bc-6286-4f6f-b7ec-c81ca2062bc3", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "a064118d-f483-470c-9c32-527c10b238d4", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "bf2a73c1-0a7b-4ab1-9f57-16ea9c600a6b", "CreateDate": "2025-02-05T08:02:43.6942922-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T08:02:43.6942922-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "ac165162-497e-4b5b-bb36-2400f08e387f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T08:02:43.6942922-08:00", "MeasurementValueNeededDate": "2025-02-05T08:02:43.6942922-08:00", "SourceSystemId": "sample string 3", "CompanyId": "1915e27b-e66b-41e7-8b4a-7a0684864909", "CreateDate": "2025-02-05T08:02:43.6942922-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T08:02:43.6942922-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T08:02:43.6942922-08:00", "MeasurementValueNeededDate": "2025-02-05T08:02:43.6942922-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "71af043f-3f24-4a41-951c-8029cb51df76", "CreateDate": "2025-02-05T08:02:43.6942922-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T08:02:43.6942922-08:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "2df3499a-951c-4911-8a52-34944609024c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "70830d1c-dea2-40b6-98ae-900605e09aff", "CreateDate": "2025-02-05T08:02:43.6942922-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T08:02:43.6942922-08:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-02-05T08:02:43.6942922-08:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "77cb31c8-34b1-4916-91b7-5b5a5abd264a", "CreateDate": "2025-02-05T08:02:43.6942922-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T08:02:43.6942922-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }