Get Total Job Device Frequency Statistics
GET
/api/v1/jobs/statistics/device-frequency
Return a data structure detailing how many jobs have been scheduled within a certain scope of time for a specific device.
Scope of time is limited to HOUR, DAY or MONTH and it returns based on total jobs inside a project.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Query Parameters
Section titled “Query Parameters ” project_id
required
Project Id
string format: uuid
scope
required
Scope
string
Responses
Section titled “ Responses ”Successful Response
NonPaginatedResponse[ProducedJobDeviceFrequencyStatisticsResponse]
object
data
ProducedJobDeviceFrequencyStatisticsResponse
object
count
required
Count
Array<object>
ProducedJobDevicePerDayFrequencyModelobject
datetime
required
Datetime
string
devices
required
Devices
object
key
additional properties
integer
job_date_scope
required
Job Date Scope
string
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
