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": "ee9a4de9-356a-4091-b10c-f787f97dcf96", "Asset": { "AssetId": "3cc2ae5a-9992-400d-ba6a-c99f83649407", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "ed68ea41-f5cc-4440-aac8-3ed28f25358c", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "04d51f88-e12d-48dd-90bc-0c2d2eae0659", "CreateDate": "2025-05-08T20:16:17.5298912-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-05-08T20:16:17.5298912-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "b8c246e1-91ed-43ff-aef8-63bc0f5e20c0", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-05-08T20:16:17.5298912-07:00", "MeasurementValueNeededDate": "2025-05-08T20:16:17.5298912-07:00", "SourceSystemId": "sample string 3", "CompanyId": "31b94abe-ae74-413c-8745-7b7db3ab466b", "CreateDate": "2025-05-08T20:16:17.5298912-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-05-08T20:16:17.5298912-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-05-08T20:16:17.5298912-07:00", "MeasurementValueNeededDate": "2025-05-08T20:16:17.5298912-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "4aded4f9-a9ec-4ef2-8128-316002a7308d", "CreateDate": "2025-05-08T20:16:17.5298912-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-05-08T20:16:17.5298912-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "f39219f0-a616-4e0e-831a-35306c3645b8", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3af92b7e-28b8-4bcb-b95e-4bb589c2a542", "CreateDate": "2025-05-08T20:16:17.5298912-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T20:16:17.5298912-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-05-08T20:16:17.5298912-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "9de4f198-59a4-4fd3-9963-755d3eb10450", "CreateDate": "2025-05-08T20:16:17.5298912-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-05-08T20:16:17.5298912-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }