Beta
Search...
/
About
For Developers
API Reference
accounts
articles
artifacts
auth-tokens
code-changes
notifications
conversations
auth-connection
dev-users
engagements
event-source
groups
operate
keyring
links
slas
product-usage
POST
Metrics Devrev Ingest
GET
Uoms Count
POST
Uoms Count Post
POST
Uoms Create
POST
Uoms Delete
GET
Uoms Get
POST
Uoms Get Post
GET
Uoms List
POST
Uoms List Post
POST
Uoms Update
schedules
parts
question-answers
rev-orgs
rev-users
customization
search
service-accounts
snap-ins
snap-widgets
surveys
sys-users
tags
timeline-entries
webhooks
works
Guides
Object Customization
Create accounts and contacts in DevRev
API Reference
product-usage
Uoms List
GET
https://
api.devrev.ai
/
uoms.list
Gets the Unit of Measurements based on the given filters.
Query parameters
aggregation_types
enum
Optional
List of aggregation types for filtering list of UOMs.
Show 8 enum values
cursor
string
Optional
The cursor to resume iteration from. If not provided, then iteration starts from the beginning.
ids
string
Optional
List of Unit of Measurement (UOM) DONs to be used in filtering complete list of UOMs defined in a Dev Org.
limit
integer
Optional
The maximum number of UOMs to be returned in a response. The default is '50'.
metric_names
string
Optional
List of metric names for filtering list of UOMs.
mode
"after" or "before"
Optional
The iteration mode to use, otherwise if not set, then "after" is used.
Allowed values:
after
before
part_ids
string
Optional
List of part IDs for filtering list of UOMs.
product_ids
string
Optional
List of product IDs for filtering list of UOMs.
sort_by
string
Optional
Fields to sort the Unit Of Measuments (UOMs) by and the direction to sort them.
unit_types
"boolean" or "number"
Optional
List of unit types for filtering list of UOMs.
Allowed values:
boolean
number
Response
This endpoint returns an object.
uoms
list of objects
The list of Unit of Measurement (UOM) objects.
Show 16 properties
next_cursor
string
Optional
The cursor used to iterate subsequent results in accordance to the sort order. If not set, then no later elements exist.
prev_cursor
string
Optional
The cursor used to iterate preceding results in accordance to the sort order. If not set, then no prior elements exist.
Built with