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": "3177cd0b-799f-410b-89a8-0d2178a08ed0", "Asset": { "AssetId": "cd928c68-c7a4-4628-aff0-25eee8038b36", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "095543f2-c6b7-45b6-9c35-dc8f4e7183d2", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "ff771778-321c-4278-b4bb-b5ed004c25b2", "CreateDate": "2025-07-31T03:22:50.077811-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T03:22:50.077811-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "663c7c7f-5746-4ab9-804d-8bb693246abc", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T03:22:50.077811-07:00", "MeasurementValueNeededDate": "2025-07-31T03:22:50.077811-07:00", "SourceSystemId": "sample string 3", "CompanyId": "d71ce089-6d1d-4cfd-80d3-b9b965825697", "CreateDate": "2025-07-31T03:22:50.077811-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T03:22:50.077811-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T03:22:50.077811-07:00", "MeasurementValueNeededDate": "2025-07-31T03:22:50.077811-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "5ac2b906-3ecf-41a8-b334-7793d3225d6e", "CreateDate": "2025-07-31T03:22:50.077811-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T03:22:50.077811-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "c8b0acdf-a435-4a97-bfba-8ed35efcf772", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2d202060-4567-4604-ad18-1f250f6e5127", "CreateDate": "2025-07-31T03:22:50.077811-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T03:22:50.077811-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-07-31T03:22:50.077811-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "87ea35d1-18a4-4ddf-a451-5d7c70aed68b", "CreateDate": "2025-07-31T03:22:50.077811-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T03:22:50.077811-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }