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": "dd51cd70-7094-42ba-9f85-2f9bb76e8c5d", "Asset": { "AssetId": "64b3935a-1e07-40cf-9af4-58f80d6e6c48", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "2ae27e66-56b3-4562-87bf-fbbea0ec0deb", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "dcbdd862-5cfa-4143-a82f-c00f31d025ff", "CreateDate": "2024-12-26T03:03:55.8408946-08:00", "CreateUser": "sample string 6", "LastModifiedDate": "2024-12-26T03:03:55.8408946-08:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "aa9eb721-6e09-4edd-add6-b8d91649acdb", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2024-12-26T03:03:55.8408946-08:00", "MeasurementValueNeededDate": "2024-12-26T03:03:55.8408946-08:00", "SourceSystemId": "sample string 3", "CompanyId": "bd3787bc-9884-48ca-ae2b-9d7216d7a8af", "CreateDate": "2024-12-26T03:03:55.8408946-08:00", "CreateUser": "sample string 5", "LastModifiedDate": "2024-12-26T03:03:55.8408946-08:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2024-12-26T03:03:55.8408946-08:00", "MeasurementValueNeededDate": "2024-12-26T03:03:55.8408946-08:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "bd676fba-7add-4eef-a071-f4232a3f740d", "CreateDate": "2024-12-26T03:03:55.8408946-08:00", "CreateUser": "sample string 7", "LastModifiedDate": "2024-12-26T03:03:55.8408946-08:00", "LastModifiedUser": "sample string 8" }, "NoteCategory": { "NoteCategoryId": "90cd2411-1441-477c-a72e-c55bdcb92168", "Name": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "06bb4c14-84cf-45b5-a60a-73e273c3ab59", "CreateDate": "2024-12-26T03:03:55.8408946-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-26T03:03:55.8408946-08:00", "LastModifiedUser": "sample string 5" }, "EffectiveDate": "2024-12-26T03:03:55.8408946-08:00", "NoteHTML": "sample string 1", "SourceSystemId": "sample string 2", "CompanyId": "34cd45bb-9731-456f-bad9-aaf08ef694ba", "CreateDate": "2024-12-26T03:03:55.8408946-08:00", "CreateUser": "sample string 4", "LastModifiedDate": "2024-12-26T03:03:55.8408946-08:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }