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": "1f0bd44a-3ad0-4f9f-b740-eebe94b4a023",
"Asset": {
"AssetId": "ce411184-5136-4bbd-88c7-f3116ff94845",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5996be61-1130-4b50-8f64-923ad057d353",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "8af59f13-7d45-43f5-8094-514c0484f2fc",
"CreateDate": "2026-01-19T02:47:26.6437058-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-01-19T02:47:26.6437058-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "fea46daf-72fd-486d-ab70-4cc6524feae0",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-01-19T02:47:26.6437058-08:00",
"MeasurementValueNeededDate": "2026-01-19T02:47:26.6437058-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "da85b21e-7c68-4022-ac19-dff71f85c93d",
"CreateDate": "2026-01-19T02:47:26.6437058-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-01-19T02:47:26.6437058-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-01-19T02:47:26.6437058-08:00",
"MeasurementValueNeededDate": "2026-01-19T02:47:26.6437058-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a0dc4312-dd8e-4151-8dff-6bedfdce652e",
"CreateDate": "2026-01-19T02:47:26.6437058-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-01-19T02:47:26.6437058-08:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "7f772788-62aa-4787-bf8c-0b515e08ca21",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "a12733b5-a2ee-4c32-a848-69e033e4379c",
"CreateDate": "2026-01-19T02:47:26.6437058-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-19T02:47:26.6437058-08:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-01-19T02:47:26.6437058-08:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "239f773b-ec58-4bf5-bd06-ab65f3496662",
"CreateDate": "2026-01-19T02:47:26.6437058-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-01-19T02:47:26.6437058-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}