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": "a4e458bd-4850-481e-b377-4f7b7db39a16", "Asset": { "AssetId": "7768722f-87ce-4b7b-a8c7-ed48b45fb156", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "03986c66-7455-4697-ab4e-429060b57217", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "99202d96-635a-40c0-b1c6-9bf67eb1dd41", "CreateDate": "2025-10-10T14:52:22.393713-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-10-10T14:52:22.393713-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "abdb011b-d5ae-42ae-b02c-d9aeced3a580", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-10-10T14:52:22.393713-07:00", "MeasurementValueNeededDate": "2025-10-10T14:52:22.393713-07:00", "SourceSystemId": "sample string 3", "CompanyId": "bd52fe7b-3d91-4b4d-9b30-779763b2b473", "CreateDate": "2025-10-10T14:52:22.393713-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-10-10T14:52:22.393713-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-10-10T14:52:22.393713-07:00", "MeasurementValueNeededDate": "2025-10-10T14:52:22.393713-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "a74011e4-1eaf-4155-9396-4086356de17e", "CreateDate": "2025-10-10T14:52:22.393713-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-10-10T14:52:22.393713-07:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "8dcfaf36-256e-49f7-a612-cf16e42ad101", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "623c7983-e34b-4713-9649-d2e316f24a5b", "CreateDate": "2025-10-10T14:52:22.393713-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:52:22.393713-07:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-10-10T14:52:22.393713-07:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "cc9c4dd9-ed21-42c7-b9ad-22dcab63baca", "CreateDate": "2025-10-10T14:52:22.393713-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-10-10T14:52:22.393713-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }