GET AssetMeasurementTypes?assetMeasurementTypeId={assetMeasurementTypeId}
Retrieves an asset measurement type by its Id.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| assetMeasurementTypeId |
Id of the asset measurement type |
globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
On success, the asset measurement type.
| Name | Description | Type | Additional information |
|---|---|---|---|
| Data | AssetMeasurementType |
None. |
|
| Total | integer |
None. |
|
| Message | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Data": {
"AssetMeasurementTypeId": "ed8db4e4-3941-4843-aa86-cf09b37ed8d7",
"Asset": {
"AssetId": "6e750688-a962-4529-abc2-ab1099bc9249",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayOrder": 1,
"AssetType": {
"AssetTypeId": "9803665a-cacd-4100-b619-f6c6ac967263",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "293d40c5-5979-4126-b1e1-a8abc6454341",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-08:00",
"LastModifiedUser": "sample string 7"
},
"AssetGroup": {
"AssetGroupId": "1d9bddb7-ad2c-4f9a-b27a-5bdf3204a517",
"Name": "sample string 1",
"Description": "sample string 2",
"ParentGroup": null,
"DisplayOrder": 1,
"FormValueNeededDate": "2025-12-05T06:17:27.1829418-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:17:27.1829418-08:00",
"SourceSystemId": "sample string 3",
"CompanyId": "bedfc573-bb91-4fb5-a40d-cefe7baaa2e2",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-08:00",
"LastModifiedUser": "sample string 6"
},
"ParentAsset": null,
"Location": "sample string 3",
"Barcode": {
"Format": 0,
"Code": "sample string 1"
},
"FormValueNeededDate": "2025-12-05T06:17:27.1829418-08:00",
"MeasurementValueNeededDate": "2025-12-05T06:17:27.1829418-08:00",
"HasChildren": true,
"SourceSystemId": "sample string 5",
"CompanyId": "98d2900a-4574-43a8-8db9-50e38cc1dd79",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-08:00",
"LastModifiedUser": "sample string 8"
},
"MeasurementType": {
"MeasurementTypeId": "8bd7f105-c219-4f32-9abe-6c2d6d45581a",
"Name": "sample string 1",
"Description": "sample string 2",
"AssetType": {
"AssetTypeId": "9803665a-cacd-4100-b619-f6c6ac967263",
"Name": "sample string 1",
"Description": "sample string 2",
"DisplayColor": "sample string 3",
"SourceSystemId": "sample string 4",
"CompanyId": "293d40c5-5979-4126-b1e1-a8abc6454341",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 6",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-08:00",
"LastModifiedUser": "sample string 7"
},
"DataType": {
"DataTypeId": "3f969375-58ad-4731-8e93-b2bf9f2a0aef",
"Name": "sample string 1"
},
"Unit": {
"UnitId": "342e83bb-30f7-45df-a5a7-8697170781dd",
"Code": "sample string 1",
"Description": "sample string 2",
"SourceSystemId": "sample string 3",
"CompanyId": "d818f182-b70c-4488-a314-4ede1d714dac",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 5",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-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": "2025-12-05T06:17:27.1829418-08:00",
"IsAccumulator": true,
"SourceSystemId": "sample string 5",
"CompanyId": "ced38035-4406-4b4e-b900-a667773d818d",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 7",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-08:00",
"LastModifiedUser": "sample string 8"
},
"Label": "sample string 1",
"MinValue": 1.0,
"MaxValue": 1.0,
"MinLength": 1,
"MaxLength": 1,
"FrequencyNeeded": 1,
"ValueNeededDate": "2025-12-05T06:17:27.1829418-08:00",
"LastValueDate": "2025-12-05T06:17:27.1829418-08:00",
"SourceSystemId": "sample string 2",
"CompanyId": "bfa8ad4b-debb-4ddb-aedf-1307b05c09bd",
"CreateDate": "2025-12-05T06:17:27.1829418-08:00",
"CreateUser": "sample string 4",
"LastModifiedDate": "2025-12-05T06:17:27.1829418-08:00",
"LastModifiedUser": "sample string 5"
},
"Total": 1,
"Message": "sample string 1"
}