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": "58b23782-db28-49ea-8346-d1e7fa75ec17",
"Asset": {
"AssetId": "cc51b5b5-c6d9-4a73-ad29-d1696daa2f84",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "08360a2b-aaf4-48cf-88b7-95d274d3abc6",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "e3b67471-c903-4fb1-8ae4-94e6b7effa30",
"CreateDate": "2025-12-05T06:13:38.6110124-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:13:38.6110124-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "9c1417c9-1ea9-44a3-8d17-a75fdfdcd990",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-05T06:13:38.6110124-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:13:38.6110124-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "89c7c600-0bdd-43a9-97a4-c349ec276664",
"CreateDate": "2025-12-05T06:13:38.6110124-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:13:38.6110124-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-05T06:13:38.6110124-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:13:38.6110124-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "c6581841-49ab-4d16-9845-17c28eabde2f",
"CreateDate": "2025-12-05T06:13:38.6110124-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-05T06:13:38.6110124-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "da8e09bf-df05-4bab-bb18-9b59d76aa425",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "47ec3577-af8e-4dda-b3a7-dfca713ca100",
"CreateDate": "2025-12-05T06:13:38.6110124-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:13:38.6110124-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-12-05T06:13:38.6110124-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ef64e9d2-189f-4399-b883-2fbc360f8a4c",
"CreateDate": "2025-12-05T06:13:38.6110124-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:13:38.6110124-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}