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": "4a3cd835-f6c9-47c4-bfa7-93716dcabb07", "Asset": { "AssetId": "09e2d545-e75b-49ab-9ac6-8c39f4819b57", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "2d02ce84-3e01-4db7-8074-047493cdc79c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6abf7dc4-f3b2-4f6e-843a-e9619a220f9e", "CreateDate": "2024-11-22T17:14:48.6033098-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-11-22T17:14:48.6033098-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "d5c6d0b5-f383-4f9b-b49c-288ff70979a0", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-11-22T17:14:48.6033098-08:00", "MeasurementValueNeededDate": "2024-11-22T17:14:48.6033098-08:00", "SourceSystemId": "sample string 3", "CompanyId": "2595e100-5cb3-4fdc-b09b-0baa0ecf53e7", "CreateDate": "2024-11-22T17:14:48.6033098-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-11-22T17:14:48.6033098-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-11-22T17:14:48.6033098-08:00", "MeasurementValueNeededDate": "2024-11-22T17:14:48.6033098-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "2328f7ba-36bf-4c59-a4d6-2d9c669a34d4", "CreateDate": "2024-11-22T17:14:48.6033098-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-11-22T17:14:48.6033098-08:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "d08a2e5b-c35f-48e8-be01-40ec64bbdb37", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ed09588-914f-495d-8dc5-6c4a3df25c7a", "CreateDate": "2024-11-22T17:14:48.6033098-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T17:14:48.6033098-08:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2024-11-22T17:14:48.6033098-08:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2ac5debd-10b7-4a3d-ad5b-116c67b31287", "CreateDate": "2024-11-22T17:14:48.6033098-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-11-22T17:14:48.6033098-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }