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": "9fd61e01-0282-4645-adc2-02424a374714", "Asset": { "AssetId": "cc466931-d1fd-4537-aeb4-7304c3016608", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "f18a0817-af1a-4b95-b7a3-1b452e677c17", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "6289fc5d-be5f-4197-b45d-f29671774693", "CreateDate": "2025-10-19T09:19:02.0156254-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-19T09:19:02.0156254-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "d0cc6f44-970d-4a86-8dfb-b732763c3db6", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-19T09:19:02.0156254-07:00", "MeasurementValueNeededDate": "2025-10-19T09:19:02.0156254-07:00", "SourceSystemId": "sample string 3", "CompanyId": "4dee35a3-6742-4b15-b6ee-f267d56128df", "CreateDate": "2025-10-19T09:19:02.0156254-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-19T09:19:02.0156254-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-19T09:19:02.0156254-07:00", "MeasurementValueNeededDate": "2025-10-19T09:19:02.0156254-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "c1fc76f3-66ea-42d3-b20a-0ed206ae573d", "CreateDate": "2025-10-19T09:19:02.0312241-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-19T09:19:02.0312241-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "cea385ac-e17d-4517-8e5e-5917a71cd287", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "14d2ae94-3d19-4221-b038-1edb95b8c459", "CreateDate": "2025-10-19T09:19:02.0312241-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-19T09:19:02.0312241-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-10-19T09:19:02.0312241-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3e869256-d87d-4f4b-8854-28bb501924c2", "CreateDate": "2025-10-19T09:19:02.0312241-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-19T09:19:02.0312241-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }