Skip to main content

Create task scheduler with job

POST 

/api/v1/task_schedulers

Create task scheduler with a job (action(job) request should be sent via request also. Example: We want client report to be job which will be run

  • multiple times, we should send the same parameters in the request as we would send if we wanted to get report, see example

Request

Responses

success

Response Headers
    X-MINIMUM-CLIENT-VERSION

    The API version

    X-RateLimit-Remaining

    The number of requests left for the time window.

    X-RateLimit-Limit

    The total number of requests in a given time window.