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": "d5fe3a85-6530-47e1-808a-9fdce1d0cdc6", "Asset": { "AssetId": "1f48d776-0ee8-46be-b2d7-232bfd1169af", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "d57adecc-ea4b-48c2-9376-ee03b8680886", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "dbb10936-3cdb-4f3d-885b-967469bc7baa", "CreateDate": "2024-12-09T02:34:33.0948356-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-09T02:34:33.0948356-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "ad5b4e6a-e9f5-46d6-bc25-0fe9464ea14c", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-12-09T02:34:33.0948356-08:00", "MeasurementValueNeededDate": "2024-12-09T02:34:33.0948356-08:00", "SourceSystemId": "sample string 3", "CompanyId": "9307336a-c196-40b8-9297-f8ba3e80973d", "CreateDate": "2024-12-09T02:34:33.0948356-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-09T02:34:33.0948356-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-12-09T02:34:33.0948356-08:00", "MeasurementValueNeededDate": "2024-12-09T02:34:33.0948356-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "af47c5c6-e121-48a6-ab9f-3fddc14b14af", "CreateDate": "2024-12-09T02:34:33.0948356-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-12-09T02:34:33.0948356-08:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "c63e09cf-1c50-4139-90b1-f4c19aeb976c", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "8e9dab7c-dcb9-45dc-8bd7-214f7f0989a2", "CreateDate": "2024-12-09T02:34:33.0948356-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-09T02:34:33.0948356-08:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2024-12-09T02:34:33.0948356-08:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "81331632-fdfd-409e-9524-468621b14ea1", "CreateDate": "2024-12-09T02:34:33.0948356-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-09T02:34:33.0948356-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }