getAllEnergyLevelsTrend
Get the trend of all energy levels for a specified project.
By specifying the corresponding query parameters, it's either possible to get the trending energy levels for the
last n cycles, or for a given range. In both cases the maximum number of cycles is 50,000. If the number of
values is out of range or an invalid combination of query-parameters is used, 400 is returned.
Path:
get
/projects/{project}/cycles/energy_levels/trend
Parameters:
Path parameters
Name |
Description |
project* |
String
The name of the project.
|
Query parameters
Name |
Description |
frequency_khz_from |
Integer
The lower frequency bound for the energy levels in kilohertz, inclusive.
|
frequency_khz_to |
Integer
The upper frequency bound for the energy levels in kilohertz, inclusive.
|
last_n_cycles |
Integer
The number of cycles, starting from last, for which energy levels are returned.
|
from_cycle |
Integer
The first cycle number to get the value for (inclusive). Only valid if until_cycle is specified and
last_n_cycles is not specified.
|
until_cycle |
Integer
The last cycle number to get the value for (inclusive). Only valid if from_cycle is specified and
last_n_cycles is not specified.
|
Responses:
200
400