GET MeasurementTypes?measurementTypeId={measurementTypeId}
Retrieves a measurement type by its Id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
measurementTypeId |
Id of the measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the measurement type.
Name | Description | Type | Additional information |
---|---|---|---|
Data | MeasurementType |
None. |
|
Total | integer |
None. |
|
Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{ "Data": { "MeasurementTypeId": "24152750-935d-45ef-b33c-e32f44c187b5", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "00b632d6-68f6-426e-a8c1-3a7c9294ca11", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "db0e2290-7041-4164-b62a-65c08731c36d", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "4fb846de-2e29-4a74-983f-443d8d039418", "Name": "sample string 1" }, "Unit": { "UnitId": "e8baf841-3887-40e6-a014-e9d947aa0df9", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "2db2f687-673a-452c-8da7-a557a1c8f199", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "55be0b3c-248f-4a93-aaed-ef90289e31d4", "FieldId": "996c1515-7c50-4a52-9534-ee01ef009c24", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "55be0b3c-248f-4a93-aaed-ef90289e31d4", "FieldId": "996c1515-7c50-4a52-9534-ee01ef009c24", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-04-03T15:26:44.2881859-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "3a28986b-766c-4695-aa37-228e59971e5c", "CreateDate": "2025-04-03T15:26:44.2881859-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-04-03T15:26:44.2881859-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }