Skip to content

Job Template

A blueprint to create jobs for your users.

The Job Template resource represents a blueprint for job creation and has basic information about the kind of job you are creating, as well as information about the supported Service Packages that can be added to a job.

Endpoints

MethodUrl
GET/v1.0/job-templates/{job_template_id}
GET/v1.0/job-templates

Properties

id

The id of the job template. This will be necessary for job creation.

name

The name of the job template. Provided as guidance. Safe to show to your users but not required.

create_time

The time the job template was created.

modified_time

The time the job template was last modified.

supported_service_packages

An array of IDs of the service packages that are supported by this job template.

Copied
1{
2 "id": "11f197aa-3066-4827-b998-e467d1bc5713",
3 "name": "2021 Client Jobs",
4 "create_time": "2022-10-20T02:21:35.012015Z",
5 "modified_time": "2022-10-20T02:21:35.012015Z",
6 "supported_service_packages": [
7 "c1d08beb-6846-4275-b7f7-674d0569e782",
8 "2648010c-ed63-49fe-b982-55357faa8861"
9 ]
10}
Last updated on July 5, 2023