getJobTemplates

Click to copy

Get all job templates

Get all job templates, including active, draft and retired job templates.

Query parameters

NameTypeRequired

token

string

Path parameters

NameTypeRequired

orgId

string

itemId

string

Examples

Request

Use dark colors for code blocksCopy
1
2
3
4
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobTemplates \
  -H 'Accept: application/json' \
  -H 'Authorization: Bearer {access-token}'

Response

200 Response

Use dark colors for code blocksCopy
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "jobTemplates": [
    {
      "jobTemplateId": "string",
      "jobTemplateName": "string",
      "description": "string",
      "category": "string",
      "diagramId": "string",
      "diagramName": "string",
      "state": "Draft"
    }
  ]
}
StatusMeaningDescriptionSchema

200

OK

List of job templates

Inline

404

Not Found

error

WorkflowExceptionDTO

Response details

Status Code 200

JobTemplateDescriptions

NameTypeRequired

jobTemplates

jobTemplateId

string

jobTemplateName

string

description

string¦null

category

string¦null

diagramId

string¦null

diagramName

string¦null

state

string

Enumerated Values

state
Draft
Click to copy
Active
Click to copy
Automated
Click to copy
Retired
Click to copy

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.