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": "9f92339b-d8b1-423b-8c2e-58d1958d303d", "Asset": { "AssetId": "e452a3c2-e12b-465b-a56d-36b6eccebd3e", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "47b2fdb8-3bea-4b4d-b32c-66b156c8ee84", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "9e109dde-96f6-4725-8b57-5e773f6ab3cf", "CreateDate": "2025-02-05T06:09:42.2212884-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-02-05T06:09:42.2212884-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "95697afd-bff2-4fb3-9841-90bee9e36250", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-02-05T06:09:42.2212884-08:00", "MeasurementValueNeededDate": "2025-02-05T06:09:42.2212884-08:00", "SourceSystemId": "sample string 3", "CompanyId": "e25333ab-5136-4c46-ad2a-e4e69752557d", "CreateDate": "2025-02-05T06:09:42.2212884-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-02-05T06:09:42.2212884-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-02-05T06:09:42.2212884-08:00", "MeasurementValueNeededDate": "2025-02-05T06:09:42.2212884-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "8972154b-d8b8-4216-9690-9d11a51b7486", "CreateDate": "2025-02-05T06:09:42.2212884-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-02-05T06:09:42.2212884-08:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "af6df595-1781-4381-99ad-766261949208", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "41379116-c38f-42ee-831a-0c7c5659fad3", "CreateDate": "2025-02-05T06:09:42.2212884-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T06:09:42.2212884-08:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2025-02-05T06:09:42.2212884-08:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "3d5c8d37-e18a-4a74-a275-210d7838c440", "CreateDate": "2025-02-05T06:09:42.2212884-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-02-05T06:09:42.2212884-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }