QueryJobsBody Model

The body of a query that can be used to request available jobs

Nullable
templateTypeFilter : number (int)

If specified, only jobs with the specified TemplateType will be returned. If omitted/null - all jobs will be returned.

Example
{
  "templateTypeFilter": 321
}