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": "d4863309-2623-409b-bc72-54d292e6f1bd", "Asset": { "AssetId": "400d149c-763c-40c1-9a65-f1bd24e53fa6", "Name": "sample string 1", "Description": "sample string 2", "DisplayOrder": 1, "AssetType": { "AssetTypeId": "c88897f0-3d6c-48fc-b91e-0ff31bebd576", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c0e10f9a-8af3-4e78-a49b-8f18a84dbaae", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T02:01:30.9479198-07:00", "LastModifiedUser": "sample string 7" }, "AssetGroup": { "AssetGroupId": "9bde677a-fb52-4a3d-bfc1-1d245448d554", "Name": "sample string 1", "Description": "sample string 2", "ParentGroup": null, "DisplayOrder": 1, "FormValueNeededDate": "2025-09-16T02:01:30.9479198-07:00", "MeasurementValueNeededDate": "2025-09-16T02:01:30.9479198-07:00", "SourceSystemId": "sample string 3", "CompanyId": "4cf0a391-d067-471f-927b-d0a4d1f2e634", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T02:01:30.9479198-07:00", "LastModifiedUser": "sample string 6" }, "ParentAsset": null, "Location": "sample string 3", "Barcode": { "Format": 0, "Code": "sample string 1" }, "FormValueNeededDate": "2025-09-16T02:01:30.9479198-07:00", "MeasurementValueNeededDate": "2025-09-16T02:01:30.9479198-07:00", "HasChildren": true, "SourceSystemId": "sample string 5", "CompanyId": "d4e54327-d8ed-4092-ae7a-2b53a00a0a03", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T02:01:30.9479198-07:00", "LastModifiedUser": "sample string 8" }, "MeasurementType": { "MeasurementTypeId": "bb385911-f21e-4453-9ffb-bcaca4bad053", "Name": "sample string 1", "Description": "sample string 2", "AssetType": { "AssetTypeId": "c88897f0-3d6c-48fc-b91e-0ff31bebd576", "Name": "sample string 1", "Description": "sample string 2", "DisplayColor": "sample string 3", "SourceSystemId": "sample string 4", "CompanyId": "c0e10f9a-8af3-4e78-a49b-8f18a84dbaae", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 6", "LastModifiedDate": "2025-09-16T02:01:30.9479198-07:00", "LastModifiedUser": "sample string 7" }, "DataType": { "DataTypeId": "56f26828-0420-4792-9057-0e95ebc870d1", "Name": "sample string 1" }, "Unit": { "UnitId": "c70e4302-d56e-4469-ae4f-993a81f6ad0c", "Code": "sample string 1", "Description": "sample string 2", "SourceSystemId": "sample string 3", "CompanyId": "6dc4f6ee-88ab-467c-9f0b-0c893643cad7", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 5", "LastModifiedDate": "2025-09-16T02:01:30.9479198-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": "2025-09-16T02:01:30.9479198-07:00", "IsAccumulator": true, "SourceSystemId": "sample string 5", "CompanyId": "3f7a0f91-2e19-4126-beb8-86528af60491", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 7", "LastModifiedDate": "2025-09-16T02:01:30.9479198-07:00", "LastModifiedUser": "sample string 8" }, "Label": "sample string 1", "MinValue": 1.0, "MaxValue": 1.0, "MinLength": 1, "MaxLength": 1, "FrequencyNeeded": 1, "ValueNeededDate": "2025-09-16T02:01:30.9479198-07:00", "LastValueDate": "2025-09-16T02:01:30.9479198-07:00", "SourceSystemId": "sample string 2", "CompanyId": "5e7b6b04-c3e6-4c51-8e38-d09b09fe8a80", "CreateDate": "2025-09-16T02:01:30.9479198-07:00", "CreateUser": "sample string 4", "LastModifiedDate": "2025-09-16T02:01:30.9479198-07:00", "LastModifiedUser": "sample string 5" }, "Total": 1, "Message": "sample string 1" }