---
title: "Get Schedule Template"
method: GET
path: "/schedule-templates/{scheduleTemplateId}"
tags: ["Schedule Template"]
---

# Get Schedule Template

`GET /schedule-templates/{scheduleTemplateId}`

Retrieves a schedule template by identifier.

## Query parameters

- `fields` string

## Headers

- `Authorization` string, required
- `X-LC-Tenant` string, required

## Response `200`

- ScheduleTemplate — Schedule Template resource
  - `id` string, required
  - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Schedule Template name.</div>
  - `description` string — Schedule Template description.
  - `location` FolderV2 — Folder used for resource storage.
    - `id` string, required — The folder identifier.
    - `name` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">The name of the folder.</div>
    - `hasParent` boolean, nullable — Indicates if the folder has a parent folder.
    - `path` FolderPath[] — The hierarchical path. It consists of all the items of the path in reverse order, the parent of the current folder being the first in the list, and the root of the account being the last.
      - `id` string, required — The folder identifier.
      - `name` string, required — The name of the folder.
      - `location` string — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>The location identifier.
      - `hasParent` boolean, nullable — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div>Indicates if the folder has a parent folder.
  - `configurations` ScheduleTemplateConfiguration[]
    - `taskTypeId` string, required — The identifier of the human task type.
    - `taskTypeName` string — The name of the task type.
    - `schedules` ScheduleTemplateConfigurationSchedules[]
      - `scope` 'global' | 'sourceLanguage' | 'languageDirection', required — The scope of this configuration schedule. \ global -> schedule of the task \ sourceLanguage -> schedule of the specific task when the sourceLanguage matches this object's sourceLanguage\ languageDirection -> schedule of the specific task when the languageDirection matches this object's languageDirection
      - `duration` integer — Expressed in minutes.
      - `reminder` unknown
      - `sourceLanguage` string
      - `targetLanguage` string
  - `projectScheduleConfiguration` ScheduleTemplateProjectConfiguration — Schedule Template Project Configuration resource
    - `duration` integer — <div style="display:inline; float:right; color:#008080; margin-top:-23px; font-size:11px">default</div><div style="display: inline;">Expressed in minutes.</div>
    - `reminder` unknown

## Other responses

- `400` — Error codes: * “invalid”: Invalid input in the query parameter mentioned in the “name” field on the error response. * “empty”: Empty input for the “scheduleTemplateId” path parameter variable.
- `401` — The user could not be identified.
- `403` — Error codes: * "forbidden": the authenticated user is not allowed to read the schedule template.
- `404` — Error codes: * "notFound": the schedule template could not be found by identifier.

---

[API](https://skmtc.net/rws/apis/trados-cloud-platform-api.md) · [All operations](https://skmtc.net/rws/apis/trados-cloud-platform-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rws/trados-cloud-platform-api/revisions/d42dac7c28a3/schema)
