cURL
Organization Job Templates
Get a single organization job template
Get details on a single organization job template for a given account.
GET
cURL
Authorizations
Enter your token in the format token TOKEN
Headers
Two-Factor-Authentication token (optional)
Response
OK
When true, jobs created from this template are auto-translated on creation. Maps to the autotranslate field on the request body.
Optional. ID of the source locale used by jobs created from this template. When omitted, the project's default source locale is used.
Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}Example:
{
"id": "abcd1234cdef1234abcd1234cdef1234",
"username": "johndoe",
"name": "John Doe",
"gravatar_uid": "205e460b479e2e5b48aec07710c08d50"
}