Get all job templates
Get all job templates, including active, draft and retired job templates.
Query parameters
Name | Type | Required |
---|---|---|
|
|
Path parameters
Name | Type | Required |
---|---|---|
|
| |
|
|
Examples
Request
# You can also use wget
curl -X GET /{orgId}/{itemId}/jobTemplates \
-H 'Accept: application/json' \
-H 'Authorization: Bearer {access-token}'
Response
200 Response
{
"jobTemplates": [
{
"jobTemplateId": "string",
"jobTemplateName": "string",
"description": "string",
"category": "string",
"diagramId": "string",
"diagramName": "string",
"state": "Draft"
}
]
}
Status | Meaning | Description | Schema |
---|---|---|---|
| List of job templates | Inline | |
| error |
Response details
Status Code 200
JobTemplateDescriptions
Name | Type | Required |
---|---|---|
| ||
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|