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": "270429b5-86ab-4b91-87d6-361d0100c2fb",
"Asset": {
"AssetId": "6903bd6b-6bb8-467e-a2d1-7019f154f03b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "ef85bf83-da22-481f-82a5-1d6ec58ffe45",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "12879d9e-80bc-4002-9fab-ff5da27a4f30",
"CreateDate": "2026-03-15T19:19:16.0903852-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-03-15T19:19:16.0903852-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d1f5a318-ede5-4329-8143-b1c1549ea383",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-03-15T19:19:16.0903852-07:00",
"MeasurementValueNeededDate": "2026-03-15T19:19:16.0903852-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "664168ba-446b-4a56-a159-7512b2b4600e",
"CreateDate": "2026-03-15T19:19:16.0903852-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-03-15T19:19:16.0903852-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-03-15T19:19:16.0903852-07:00",
"MeasurementValueNeededDate": "2026-03-15T19:19:16.0903852-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "538cfb52-c1b9-424a-a0fb-17751975880a",
"CreateDate": "2026-03-15T19:19:16.0903852-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-03-15T19:19:16.0903852-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "8385987a-8adc-4f53-a96c-c42786057cfc",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "eda7d5ef-86be-4117-81b9-351b164b3480",
"CreateDate": "2026-03-15T19:19:16.0903852-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T19:19:16.0903852-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-03-15T19:19:16.0903852-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "d548df0c-2c26-403b-97b6-0e62cdbe70c2",
"CreateDate": "2026-03-15T19:19:16.0903852-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-03-15T19:19:16.0903852-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}