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": "5560b570-cb6a-4af0-ac96-9a9336abbf95", "Asset": { "AssetId": "dde54a3a-dbf2-4095-b8fd-aa03931057dd", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "2a9d8d0c-4a25-4233-a61e-698ae94088a0", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "02a0619f-f024-4492-9e04-ae00dbc0525e", "CreateDate": "2025-07-31T18:01:52.6420192-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-07-31T18:01:52.6420192-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "8ea66fdf-aa3b-41ce-bb3e-dfdc6522cc37", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-07-31T18:01:52.6420192-07:00", "MeasurementValueNeededDate": "2025-07-31T18:01:52.6420192-07:00", "SourceSystemId": "sample string 3", "CompanyId": "8c0a85f3-834e-4a8d-81ae-52b5a67f1e36", "CreateDate": "2025-07-31T18:01:52.6420192-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-07-31T18:01:52.6420192-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-07-31T18:01:52.6420192-07:00", "MeasurementValueNeededDate": "2025-07-31T18:01:52.6420192-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "44962c1a-b673-4b42-8a2a-7a07fe23661d", "CreateDate": "2025-07-31T18:01:52.6420192-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-07-31T18:01:52.6420192-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "63daeb5d-b341-4fb3-b179-d4235db94738", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "decc9f66-d642-434d-aa0b-84c92a94b22e", "CreateDate": "2025-07-31T18:01:52.6420192-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T18:01:52.6420192-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-07-31T18:01:52.6420192-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "88993169-822a-4904-ab8b-748e68f0568a", "CreateDate": "2025-07-31T18:01:52.6420192-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-07-31T18:01:52.6420192-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }