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": "80330265-240a-4fb3-9a06-357ffd73c757",
"Asset": {
"AssetId": "1b1d1e9a-12d0-4ae4-ba88-e93e337717da",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "a086a275-35b0-42a2-bb97-4d0df9187984",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "f15c8bbd-7819-4775-bef6-7035b7935c78",
"CreateDate": "2026-06-30T11:45:17.0171994-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-06-30T11:45:17.0171994-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "989e1b43-3620-4a3d-92f4-6f409bc18bc6",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-06-30T11:45:17.0171994-07:00",
"MeasurementValueNeededDate": "2026-06-30T11:45:17.0171994-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "09caf157-e2b1-4e0c-a6a1-eaccd21d3822",
"CreateDate": "2026-06-30T11:45:17.0171994-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-06-30T11:45:17.0171994-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-06-30T11:45:17.0171994-07:00",
"MeasurementValueNeededDate": "2026-06-30T11:45:17.0171994-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "93bcc7e2-4eb6-4fdc-b5f1-7c8fbdf95813",
"CreateDate": "2026-06-30T11:45:17.0171994-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-06-30T11:45:17.0171994-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "7a94f93f-ca97-4042-985d-c29dcc530cfe",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "1d047125-6648-4e77-a1dd-c888a971fc6d",
"CreateDate": "2026-06-30T11:45:17.0171994-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-30T11:45:17.0171994-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-06-30T11:45:17.0171994-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "13031e15-0a91-4e24-b33f-4bd23fdaa34d",
"CreateDate": "2026-06-30T11:45:17.0171994-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-06-30T11:45:17.0171994-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}