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": "033377cd-1c95-4756-84a6-9093e7f931fb",
"Asset": {
"AssetId": "d629d0f5-9e1c-4d1c-8b05-4ed29465a404",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "179fbb50-21c6-40f3-9153-a3097be1949b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "6b9219a4-f406-4ffa-b437-0a0bd333ba68",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "d5bbc713-d70d-49a1-b4b5-f5b910e0db27",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "aca42d8c-be5c-48f8-a2bd-eff5aec1f347",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"MeasurementValueNeededDate": "2026-09-02T00:31:42.8240569-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "77705e20-61b3-4d24-af32-1a2fd59aa82a",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "28003f8c-fb1e-4ce6-99b9-0e969ed2efe6",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "b7d7653e-0c30-44a2-97b5-5f116f020c09",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-09-02T00:31:42.8240569-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "ebfa463a-e61f-4a9b-aa33-21cd60c5c9bf",
"CreateDate": "2026-09-02T00:31:42.8240569-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-09-02T00:31:42.8240569-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}