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": "f775265f-a83d-441a-9d75-8ea15a97e0fa",
"Asset": {
"AssetId": "ef06a4fa-53ef-4e98-b041-a0f779ce0b75",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "e01a8e22-8934-4d2b-9f3b-366f4115987a",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "926e1560-c8e5-422d-bfc0-269b7f985a1c",
"CreateDate": "2026-08-23T08:28:03.395034-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-08-23T08:28:03.395034-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "712fd26e-28ec-4cb7-858c-0e2b0df5e93b",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-08-23T08:28:03.395034-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:03.395034-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "ff72c802-edbc-4f98-a369-8f7689c2cb31",
"CreateDate": "2026-08-23T08:28:03.395034-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-08-23T08:28:03.395034-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-08-23T08:28:03.395034-07:00",
"MeasurementValueNeededDate": "2026-08-23T08:28:03.395034-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "a937ea0e-c9b5-4137-85d3-adc5efc94fb1",
"CreateDate": "2026-08-23T08:28:03.395034-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-08-23T08:28:03.395034-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "93968563-ee0a-43a4-8e1e-25279403f9f6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "85dd7131-01ff-418b-9532-ad719970b1ec",
"CreateDate": "2026-08-23T08:28:03.395034-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-23T08:28:03.395034-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-08-23T08:28:03.395034-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ff217005-c4e7-4a91-84c5-42222f5758f1",
"CreateDate": "2026-08-23T08:28:03.395034-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-08-23T08:28:03.395034-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}