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": "4bfd73dd-d0bd-4ae2-8916-363607b99d05",
"Asset": {
"AssetId": "89d858cd-98ef-4105-bed1-6bda8e8dec3e",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "93ec6cd8-5497-4ce6-935e-4df0f6131b2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "13932e28-7a1d-43a1-8cfd-cd5abea88360",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "8a9933ba-e020-4183-878b-868312c64da7",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2026-05-09T23:11:58.6704869-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:11:58.6704869-07:00",
"SourceSystemId": "sample string 3",
"CompanyId": "6ac44160-f789-4833-a0c0-1258de3ca3ef",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2026-05-09T23:11:58.6704869-07:00",
"MeasurementValueNeededDate": "2026-05-09T23:11:58.6704869-07:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "fe4d9365-0d4a-4182-b5ba-702a1202c1c4",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07:00",
"LastModifiedUser": "sample string 8"
},
"ValueText": "sample string 1",
"EffectiveDate": "2026-05-09T23:11:58.6704869-07:00",
"Location": "sample string 2",
"MeasurementType": {
"MeasurementTypeId": "47ed5dff-12f7-4eb1-b903-62589bd1d7d9",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "93ec6cd8-5497-4ce6-935e-4df0f6131b2d",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "13932e28-7a1d-43a1-8cfd-cd5abea88360",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "5c63d641-4f35-4ccc-8756-bdc26e71a3b9",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "535af80c-6a88-4349-b2e8-27de8a357094",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "e9e97328-610a-407a-b8dd-955061f75bc1",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07: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-05-09T23:11:58.6704869-07:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "745d490c-54b3-4a73-a47e-d499213b9b4d",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07:00",
"LastModifiedUser": "sample string 8"
},
"IsValid": true,
"IsValidMessage": "sample string 4",
"SourceSystemId": "sample string 5",
"CompanyId": "f1f7cff0-31c6-4078-8031-ab11cf829109",
"CreateDate": "2026-05-09T23:11:58.6704869-07:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2026-05-09T23:11:58.6704869-07:00",
"LastModifiedUser": "sample string 8"
},
"Total": 1,
"Message": "sample string 1"
}