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": "53633d92-8c65-4448-87c8-8d63aac7c5bb", "Asset": { "AssetId": "dda444c7-1556-47ed-be98-4c96794fa251", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "ec55e816-4542-47cd-b58d-a4f41b8c76c5", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "2e9fab7d-3680-47b1-84c5-3fcaa66c3ba7", "CreateDate": "2024-10-10T04:08:52.6337932-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-10-10T04:08:52.6337932-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "86782c9e-688e-4fa8-a791-43e7df1c949f", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-10-10T04:08:52.6337932-07:00", "MeasurementValueNeededDate": "2024-10-10T04:08:52.6337932-07:00", "SourceSystemId": "sample string 3", "CompanyId": "31f849db-4495-4140-bb07-522b8a4de239", "CreateDate": "2024-10-10T04:08:52.6337932-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-10-10T04:08:52.6337932-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-10-10T04:08:52.6337932-07:00", "MeasurementValueNeededDate": "2024-10-10T04:08:52.6337932-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "76a75707-83f4-4e45-a728-0b75f2c952d6", "CreateDate": "2024-10-10T04:08:52.6337932-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-10-10T04:08:52.6337932-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "3c956b46-bfd7-4d10-b406-b29080e69e72", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3c470cc6-388a-48ba-b074-ba7aed3b5cb9", "CreateDate": "2024-10-10T04:08:52.6337932-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T04:08:52.6337932-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2024-10-10T04:08:52.6337932-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "30c10300-5621-425b-b367-5293805b4f72", "CreateDate": "2024-10-10T04:08:52.6337932-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-10-10T04:08:52.6337932-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }