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": "619016a3-1b7d-4040-8dbc-dca772c020da", "Asset": { "AssetId": "1a149467-2bb1-4bd9-9994-45a0be8d27f6", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "6c8d2f05-1dce-4074-bc63-3aa9c0e2f956", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "dd9f90f5-f197-435a-8592-6a35ba867161", "CreateDate": "2025-04-24T11:40:27.0652755-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-24T11:40:27.0652755-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "0dc5f450-7de8-46f7-a421-1dbb6ae0afc2", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-04-24T11:40:27.0652755-07:00", "MeasurementValueNeededDate": "2025-04-24T11:40:27.0652755-07:00", "SourceSystemId": "sample string 3", "CompanyId": "0ad3e356-02fa-4448-9644-4de067870c31", "CreateDate": "2025-04-24T11:40:27.0652755-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-24T11:40:27.0652755-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-04-24T11:40:27.0652755-07:00", "MeasurementValueNeededDate": "2025-04-24T11:40:27.0652755-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "04108c59-c840-4126-82d9-bd982eb94027", "CreateDate": "2025-04-24T11:40:27.0652755-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-24T11:40:27.0652755-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "ca6a2dcb-8499-459b-9d62-a13b58152752", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "a2da50ba-3e40-4cc9-93cb-2f8c78f615f2", "CreateDate": "2025-04-24T11:40:27.0652755-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T11:40:27.0652755-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-04-24T11:40:27.0652755-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "2f92375e-cfc8-423c-8ab4-2a8c8da089c8", "CreateDate": "2025-04-24T11:40:27.0652755-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-04-24T11:40:27.0652755-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }