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": "d372afe2-56bf-4476-9444-8ba58cff3725",
"Asset": {
"AssetId": "d090aa22-9597-4faa-832d-67d091d3aa3d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "d22354ea-0b3c-4dbd-ab27-0f8910ae9de9",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "1502fda0-a6ce-42b2-9430-be85feae7f2c",
"CreateDate": "2025-12-18T16:52:04.0333325-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-18T16:52:04.0333325-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "4255284e-12bd-40bd-8c43-e5d5292a0579",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-18T16:52:04.0333325-08:00",
"MeasurementValueNeededDate": "2025-12-18T16:52:04.0333325-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "41bf1c76-e0b4-47d9-94db-071beba0d566",
"CreateDate": "2025-12-18T16:52:04.0333325-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-18T16:52:04.0333325-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-18T16:52:04.0333325-08:00",
"MeasurementValueNeededDate": "2025-12-18T16:52:04.0333325-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "98e04073-ec0b-4232-8110-a3917d3ad88c",
"CreateDate": "2025-12-18T16:52:04.0333325-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-18T16:52:04.0333325-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "fcda14ce-5c11-404d-9728-5b1395a560e5",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "83efb300-14b4-41ce-b239-310eb727b8ab",
"CreateDate": "2025-12-18T16:52:04.0333325-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-18T16:52:04.0333325-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2025-12-18T16:52:04.0333325-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "dc656130-c3c7-496d-8e66-f5c081646008",
"CreateDate": "2025-12-18T16:52:04.0333325-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-18T16:52:04.0333325-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}