Skip to content

Results are limited to the current section: Cloud services

Product news

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.

project_id
required
Project Id
string format: uuid
scope
required
Scope
string

Successful Response

NonPaginatedResponse[ProducedJobDeviceFrequencyStatisticsResponse]
object
data
ProducedJobDeviceFrequencyStatisticsResponse
object
count
required
Count
Array<object>
ProducedJobDevicePerDayFrequencyModel
object
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>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string