Count UOMs

Counts the number of Unit of Measurements based on the given filters.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

aggregation_typeslist of enumsOptional
List of aggregation types for filtering list of UOMs.
idslist of stringsOptional

List of Unit of Measurement (UOM) DONs to be used in filtering complete list of UOMs defined in a Dev Org.

metric_nameslist of stringsOptional
List of metric names for filtering list of UOMs.
part_idslist of stringsOptional
List of part IDs for filtering list of UOMs.
product_idslist of stringsOptional
List of product IDs for filtering list of UOMs.
unit_typeslist of enumsOptional
List of unit types for filtering list of UOMs.
Allowed values:

Response

Success.
countinteger
Count of Unit of Measurements matching the filter.

Errors