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": "4a87a620-f3c5-4c58-8bd8-bd7a7502e256", "Asset": { "AssetId": "f576148e-d8fb-4bed-8844-81fc2f971ecc", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "dddb3a28-68f0-4fa3-a78b-64cd95873be1", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "3b095141-fc79-4ce4-9f68-06a04c69c579", "CreateDate": "2025-08-30T12:52:54.3300347-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-08-30T12:52:54.3300347-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "c1f33043-f4da-4077-81a6-2cb7836bd84b", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-08-30T12:52:54.3300347-07:00", "MeasurementValueNeededDate": "2025-08-30T12:52:54.3300347-07:00", "SourceSystemId": "sample string 3", "CompanyId": "0cae5f0c-b410-4e2c-888d-17233fb76e88", "CreateDate": "2025-08-30T12:52:54.3300347-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-08-30T12:52:54.3300347-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-08-30T12:52:54.3300347-07:00", "MeasurementValueNeededDate": "2025-08-30T12:52:54.3300347-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "031d1f52-e64f-48eb-b4b9-3ed49f2fdaed", "CreateDate": "2025-08-30T12:52:54.3300347-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-08-30T12:52:54.3300347-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "896638b0-ddf4-4b97-bee8-97b8c372e0c2", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "5ec62c75-364c-4914-96ad-107d09152a05", "CreateDate": "2025-08-30T12:52:54.3300347-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T12:52:54.3300347-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-08-30T12:52:54.3300347-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b762e29e-6c65-4c57-9241-f4cfeca1337a", "CreateDate": "2025-08-30T12:52:54.3300347-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-08-30T12:52:54.3300347-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }