Skip to main content
GET
The rate each part runs at, how much it moves about, and whether it is rising.

Headers

Range
string

Limiting and Pagination

Range-Unit
string
default:items

Limiting and Pagination

Prefer
enum<string>

Preference

Available options:
count=none

Query Parameters

id
string
part_id
string
part_number
string
part_name
string
criticality
string
unit_of_measure_id
string
months_of_history
string
months_with_movement
string
monthly_mean
string
monthly_stddev
string
coefficient_of_variation
string
demand_pattern
string
trailing_12m_quantity
string
previous_12m_quantity
string
trend_ratio
string
planned_share
string
seasonality
string
seasonality_confidence
string
computed_at
string
select
string

Filtering Columns

order
string

Ordering

offset
string

Limiting and Pagination

limit
string

Limiting and Pagination

Response

OK

coefficient_of_variation
number<numeric>
computed_at
string<timestamp with time zone>
criticality
string<character varying>
Maximum string length: 20
demand_pattern
string<text>
id
string<uuid>

Note: This is a Primary Key.

monthly_mean
number<numeric>
monthly_stddev
number<numeric>
months_of_history
integer<integer>
months_with_movement
integer<integer>
part_id
string<uuid>

Note: This is a Foreign Key to inventory_available.part_id.

part_name
string<character varying>
Maximum string length: 250
part_number
string<character varying>
Maximum string length: 80
planned_share
number<numeric>
previous_12m_quantity
number<numeric>
seasonality
string<jsonb>
seasonality_confidence
string<character varying>
Maximum string length: 20
trailing_12m_quantity
number<numeric>
trend_ratio
number<numeric>
unit_of_measure_id
string<uuid>

Note: This is a Foreign Key to units_of_measure.id.