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": "c82c6ab5-37ae-4bf0-9c4d-ee71207b3016", "Asset": { "AssetId": "2abc9bee-42dc-407a-89c0-6ebe35e2821d", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6c384c76-8766-4e3c-8cc1-2f4ceaba7b6b", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "755fac14-ab24-4ae2-a1cc-7f52c2a65e2f", "CreateDate": "2025-09-15T23:57:31.9321226-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-15T23:57:31.9321226-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "2c50402e-e39f-41fc-869a-8ea865531bfc", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-15T23:57:31.9321226-07:00", "MeasurementValueNeededDate": "2025-09-15T23:57:31.9321226-07:00", "SourceSystemId": "sample string 3", "CompanyId": "a0f6c0e3-f04b-487c-8b98-c621abc19b65", "CreateDate": "2025-09-15T23:57:31.9321226-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-15T23:57:31.9321226-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-15T23:57:31.9321226-07:00", "MeasurementValueNeededDate": "2025-09-15T23:57:31.9321226-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "6befec00-1c5f-4070-b727-3bb6f7bf4b65", "CreateDate": "2025-09-15T23:57:31.9321226-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-15T23:57:31.9321226-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "34b594e0-e7d4-487a-8bfb-b9527ce76494", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "dbba25c4-b39e-40f0-ace7-83b25b8aedeb", "CreateDate": "2025-09-15T23:57:31.9321226-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-15T23:57:31.9321226-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-09-15T23:57:31.9321226-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "188d6140-c12f-4474-9a54-6c1ecdf63547", "CreateDate": "2025-09-15T23:57:31.9321226-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-15T23:57:31.9321226-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }