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": "e8ce4e1a-41d8-4edd-acdd-2ab8937f91f8", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "9027a79d-1413-4a19-b732-2528e8c2fcc1", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "8c6830d4-243e-4437-8f49-d8a109838ab7", "CreateDate": "2025-06-22T23:06:28.9300959-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-06-22T23:06:28.9300959-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "d89cd737-d46a-4cf3-9aab-c228d142116d", "Name": "sample string 1" }, "Unit": { "UnitId": "2c6a622c-83d0-4861-b5e2-1e022e6ba011", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "d4cb450e-4abc-4bef-b0ca-da332766850e", "CreateDate": "2025-06-22T23:06:28.9300959-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-06-22T23:06:28.9300959-07:00", "LastModifiedUser": "sample string 6" }, "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "HasValidValues": true, "ValidValues": [ { "ValidValueId": "5654bffc-8c33-42be-a359-ac27a25a4ee7", "FieldId": "f0b09577-757a-4d3f-b7b9-5fc0775bf46a", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" }, { "ValidValueId": "5654bffc-8c33-42be-a359-ac27a25a4ee7", "FieldId": "f0b09577-757a-4d3f-b7b9-5fc0775bf46a", "FieldName": "sample string 1", "FieldLabel": "sample string 2", "ValueText": "sample string 3", "LabelText": "sample string 4" } ], "FrequencyNeeded": 1, "ValueNeededDate": "2025-06-22T23:06:28.9300959-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "f259bd5e-0045-4889-802a-0963fe7ef205", "CreateDate": "2025-06-22T23:06:28.9300959-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-06-22T23:06:28.9300959-07:00", "LastModifiedUser": "sample string 8" }, "Total": 1, "Message": "sample string 1" }