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": "c99653ba-4473-4186-98f6-c090b9261588", "Asset": { "AssetId": "69d477b5-9a51-4a33-87b4-e2d5f962e5b3", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "fa41366f-4207-4b44-aa38-3432c7233325", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "07421e5b-09a1-4003-b609-67c37c3d69a4", "CreateDate": "2024-12-21T18:54:52.9456723-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-21T18:54:52.9456723-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "cae8a0a6-7b68-4fe6-b3f6-87afbc9a6979", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-12-21T18:54:52.9456723-08:00", "MeasurementValueNeededDate": "2024-12-21T18:54:52.9456723-08:00", "SourceSystemId": "sample string 3", "CompanyId": "524dd9d9-71cd-45fc-9e23-603e3e7fc54a", "CreateDate": "2024-12-21T18:54:52.9456723-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-21T18:54:52.9456723-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-12-21T18:54:52.9456723-08:00", "MeasurementValueNeededDate": "2024-12-21T18:54:52.9456723-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "97f01c28-3a54-44cc-b2c1-4b393c6b9018", "CreateDate": "2024-12-21T18:54:52.9456723-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-12-21T18:54:52.9456723-08:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "5dcd463c-6026-4632-97ac-56003b1627a2", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "7ec6e3b5-558d-4523-80ce-fb9ea78fdc57", "CreateDate": "2024-12-21T18:54:52.9456723-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-21T18:54:52.9456723-08:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2024-12-21T18:54:52.9456723-08:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "b69ade8b-0c00-43f1-9f42-f3f0a4c2f4e0", "CreateDate": "2024-12-21T18:54:52.9456723-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-21T18:54:52.9456723-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }