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": "778b0bb8-5c13-47f8-867d-f57266851457",
"Asset": {
"AssetId": "5c0a64cc-9c90-4bfb-8f22-b415c9d7708b",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "12edc425-518e-4ae0-948d-5994590e081c",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "9000d0b0-5d95-4faf-8bea-6c00bd8d241b",
"CreateDate": "2026-05-04T12:31:59.1275702-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-04T12:31:59.1275702-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "19d4cbc6-7ca0-48b0-8eca-379afbc37770",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-04T12:31:59.1275702-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:31:59.1275702-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "cb127026-8bd8-4159-9c03-cd0bca06c76d",
"CreateDate": "2026-05-04T12:31:59.1275702-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-04T12:31:59.1275702-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-04T12:31:59.1275702-07:00",
"MeasurementValueNeededDate": "2026-05-04T12:31:59.1275702-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "b2177d43-eaa2-4aa9-9885-18674877e5b4",
"CreateDate": "2026-05-04T12:31:59.1275702-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-04T12:31:59.1275702-07:00",
"LastModifiedUser": "sample string 8"
},
"NoteCategory": {
"NoteCategoryId": "cdbfbb11-eab6-4d82-9456-a95ee76be3e1",
"Name": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "17246622-3aeb-4e30-9517-57b74be896a1",
"CreateDate": "2026-05-04T12:31:59.1275702-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:31:59.1275702-07:00",
"LastModifiedUser": "sample string 5"
},
"EffectiveDate": "2026-05-04T12:31:59.1275702-07:00",
"NoteHTML": "sample string 1",
"SourceSystemId": "sample string 2",
"CompanyId": "be5106c7-597d-4827-8bde-99ff5f029617",
"CreateDate": "2026-05-04T12:31:59.1275702-07:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2026-05-04T12:31:59.1275702-07:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}