GET Measurements?measurementId={measurementId}
Retrieves a measurement by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| measurementId |
Id of the measurement |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the measurement.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | Measurement |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"MeasurementId": "162456b9-ffd8-423b-a46b-f9a991276960",
"Asset": {
"AssetId": "0c5143bc-1802-4d51-a3e5-5b25eb0462e4",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "5adf9e8a-e06d-4078-9ef4-eafed6370712",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33f4e49f-c149-4694-91d0-1b4806aaf241",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "3a1242dc-60d7-4c77-b944-47a3cb3599de",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-02-03T04:23:05.912606-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:23:05.912606-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "8edd43bb-ded3-4a4d-920e-22543fc8f080",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-02-03T04:23:05.912606-08:00",
"MeasurementValueNeededDate": "2026-02-03T04:23:05.912606-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "1721e001-4d3d-463d-b99a-cc7e6e979fc3",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-02-03T04:23:05.912606-08:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "5212a340-3fa9-4f17-be04-9730f81202b1",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "5adf9e8a-e06d-4078-9ef4-eafed6370712",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "33f4e49f-c149-4694-91d0-1b4806aaf241",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "8fa53e38-058d-4611-ae25-a88c0dc9e35d",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "7dec3684-3471-4a67-b10b-99ab689371bb",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "252196b2-ed07-4e29-a1ef-b73911399cbe",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 6"
},
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"HasValidValues": true,
"ValidValues": [
"sample string 1",
"sample string 2"
],
"FrequencyNeeded": 1,
"ValueNeededDate": "2026-02-03T04:23:05.912606-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "d930a0c8-f43d-44c0-be6a-4c83a05e5380",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "9d554aa1-7c6e-4c8d-b820-9cdd19e3f105",
"CreateDate": "2026-02-03T04:23:05.912606-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-02-03T04:23:05.912606-08:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}