List Demand Override Types
BetaGET
/v1/operations/demand-override-typesThis endpoint is idempotent. Learn more
Returns the demand override types, which describe how an override's value adjusts the forecast.
Permissions requiredValues:demand_overrides:read
The role behind your API key or agent must grant every one of these permissions.
objectstringenumValues:listResource type identifier.
page_infoobjectPagination metadata.
next_page_urlstringnullableRelative URL that fetches the next page of results.
null when the last page has been reached.
previous_page_urlstringnullableRelative URL that fetches the previous page of results.
null while on the first page.
has_next_pagebooleanWhether more results exist after this page.
has_prev_pagebooleanWhether results exist before this page.
dataarray of demand_override_typeResources in this page.
idstringOverride type ID.
objectstringenumValues:demand_override_typeResource type identifier.
codestringenumValues:absolutedelta_unitsdelta_percentStable code used when creating an override.
namestringDisplay name of the type.
created_atstring (date-time)Creation timestamp.
updated_atstring (date-time)Last updated timestamp.
Responses
200
Successful response for List Demand Override Types