TalentLyft API
HelpLoginRegisterGo to AppGo to TalentLyftRequest a Demo
  • ๐ŸŽฏGetting started
  • ๐Ÿ–ฅ๏ธRequests
  • ๐Ÿ“จResponses
  • ๐Ÿ”Authorization
  • โš™๏ธCustomer API reference
    • Candidates
    • Departments
    • Employees
    • Events
    • Forms
    • Jobs
    • Members
    • Pipelines
    • Rejection reasons
    • Subscriptions
    • Articles
  • โš™๏ธPublic API reference
    • Jobs
    • Departments
    • Locations
  • โš™๏ธPartner API reference
    • Assessments
    • HRIS & Onboarding
    • Background checks
    • Video Interviews
    • Job Boards
    • Sourcing & Employee referrals
Powered by GitBook
On this page
  1. Customer API reference

Jobs

PreviousFormsNextMembers

Last updated 1 year ago

โš™๏ธ

Get Job

get
Authorizations
Path parameters
idinteger ยท int32Required
Query parameters
languageCodestringOptional
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
get
GET /v2/jobs/{id} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "Description": "text",
  "Requirements": "text",
  "InternalCode": "text",
  "MetatagTitle": "text",
  "MetatagDescription": "text",
  "MetatagImageUrl": "text",
  "JobRole": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "CareerLevel": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Degree": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Salary": {
    "AmountFrom": 1,
    "AmountTo": 1,
    "Currency": {
      "Id": "text",
      "Text": "text",
      "Symbol": "text"
    }
  },
  "Industry": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Site": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "Active": true,
    "DateCreated": "2025-05-14T14:44:46.910Z",
    "DateModified": "2025-05-14T14:44:46.910Z",
    "Location": {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1,
      "CityCountry": "text"
    }
  },
  "WebsiteId": 1,
  "UId": "123e4567-e89b-12d3-a456-426614174000",
  "Id": 1,
  "Title": "text",
  "Department": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "ParentId": 1,
    "IsTranslated": true,
    "Translation": {
      "TranslationProperties": [
        "text"
      ],
      "TranslationRequiredProperties": [
        "text"
      ],
      "Translations": [
        {
          "Language": "text",
          "Property": "text",
          "TranslateValue": "text"
        }
      ]
    }
  },
  "Location": {
    "Id": 1,
    "Country": "text",
    "CountryCode": "text",
    "Region": "text",
    "RegionCode": "text",
    "DistrictId": 1,
    "City": "text",
    "ZipCode": "text",
    "Address": "text",
    "Latitude": 1,
    "Longitude": 1,
    "WorkLocationType": "OnSite",
    "CityCountry": "text"
  },
  "Status": "Draft",
  "AbsoluteUrl": "text",
  "RelativeUrl": "text",
  "ShortlinkUrl": "text",
  "FriendlyUrl": "text",
  "LastModified": "2025-05-14T14:44:46.910Z",
  "Schedule": {
    "PublishDate": "2025-05-14T14:44:46.910Z",
    "PublishStatus": "Draft",
    "CloseDate": "2025-05-14T14:44:46.910Z"
  },
  "Stages": [
    {
      "ActiveCandidates": 1,
      "DisqualifiedCandidates": 1,
      "Candidates": 1,
      "InterviewPlan": {
        "Id": 1,
        "Title": "text"
      },
      "Assessments": [
        {
          "Assessment": {
            "Id": 1,
            "ExternalId": "text",
            "Name": "text",
            "Description": "text",
            "LearnMore": "text",
            "Language": "text",
            "AssessmentType": "BehavioralAssessment",
            "Vendor": {
              "Id": 1,
              "Name": "text",
              "Logo": "text"
            },
            "Price": [
              {
                "Currency": "text",
                "Price": 1
              }
            ],
            "CanBeOrdered": true
          },
          "JobId": 1,
          "StageId": 1
        }
      ],
      "Actions": [
        {
          "Id": 1,
          "Type": "SendEmail",
          "Action": null
        }
      ],
      "PartnerAppForExport": [
        {
          "Title": "text",
          "Slug": "text",
          "Logo": "text",
          "AutoExportEnabled": true
        }
      ],
      "Id": 1,
      "Name": "text",
      "Type": "text",
      "Position": 1
    }
  ],
  "Meta": {
    "Applications": 1,
    "ActiveApplications": 1,
    "UnreadNotification": 1,
    "LastApplication": "2025-05-14T14:44:46.910Z",
    "Following": true
  },
  "Pipeline": {
    "Id": 1,
    "Name": "text",
    "Type": "HiringPipeline",
    "Stages": [
      {
        "Id": 1,
        "Name": "text",
        "Type": "Sourced",
        "Ordinal": 1,
        "ActiveCandidates": 1,
        "DisqualifiedCandidates": 1,
        "Candidates": 1,
        "Actions": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "ActionsAfterDaysWaitingInStage": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "Evaluations": [
          {
            "Id": 1,
            "Type": "Scorecard",
            "Evaluation": null
          }
        ],
        "Integrations": [
          {
            "Type": "JobBoards",
            "App": null
          }
        ],
        "HasESignatureDocuments": true,
        "HasJobOfferDocuments": true,
        "DaysWaitingInStage": 1,
        "DontSkipStage": true
      }
    ],
    "IsActive": true
  },
  "Contract": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "IsTranslated": true,
  "Translation": {
    "TranslationProperties": [
      "text"
    ],
    "TranslationRequiredProperties": [
      "text"
    ],
    "Translations": [
      {
        "Language": "text",
        "Property": "text",
        "TranslateValue": "text"
      }
    ]
  },
  "JobTags": [
    "text"
  ],
  "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
  "JobRequisition": {
    "Id": "123e4567-e89b-12d3-a456-426614174000",
    "HiringManager": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "Owner": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "PlannedStartDate": "text",
    "JobRequisitionStatus": "Draft",
    "CanUserAccessJobRequisition": true
  },
  "AdditionalLocations": [
    {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1,
      "WorkLocationType": "OnSite",
      "CityCountry": "text"
    }
  ],
  "IsTemplate": true
}

Delete job

delete
Authorizations
Path parameters
idinteger ยท int32Required
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
204
No Content
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
delete
DELETE /v2/jobs/{id} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*

No content

Returns a collection of the locations of the public jobs

get
Authorizations
Query parameters
subdomainstringOptional
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
get
GET /v2/jobs/locations HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[]

Job status changes

get
Authorizations
Path parameters
idinteger ยท int32Required
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
get
GET /v2/jobs/{id}/status_changes HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "Status": "Draft",
    "Created": "2025-05-14T14:44:46.910Z",
    "CreatedBy": "text"
  }
]

Get job stages

get
Authorizations
Path parameters
idinteger ยท int32Required
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
get
GET /v2/jobs/{id}/stages HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
[
  {
    "Id": 1,
    "Name": "text",
    "Type": "text",
    "Position": 1
  }
]

Get Job Form

get
Authorizations
Path parameters
idinteger ยท int32Required
Query parameters
languageCodestringOptional
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
get
GET /v2/jobs/{id}/form HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "FormFields": [
    {
      "Id": 1,
      "Key": "text",
      "DisplayName": "text",
      "Label": "text",
      "Type": "text",
      "Position": 1,
      "FieldLocationType": "PersonalData",
      "Required": true,
      "Body": "text",
      "SupportedTypes": [
        "text"
      ],
      "Choices": [
        {
          "Id": 1,
          "Body": "text",
          "Disqualify": true,
          "Tag": "text",
          "Value": 1,
          "Ordinal": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          },
          "DisplayName": "text"
        }
      ],
      "Fields": [
        {
          "Id": 1,
          "Key": "text",
          "DisplayName": "text",
          "Label": "text",
          "Type": "text",
          "Position": 1,
          "FieldLocationType": "PersonalData",
          "Required": true,
          "Body": "text",
          "SupportedTypes": [
            "text"
          ],
          "Choices": [
            {
              "Id": 1,
              "Body": "text",
              "Disqualify": true,
              "Tag": "text",
              "Value": 1,
              "Ordinal": 1,
              "IsTranslated": true,
              "Translation": {
                "TranslationProperties": [
                  "text"
                ],
                "TranslationRequiredProperties": [
                  "text"
                ],
                "Translations": [
                  {
                    "Language": "text",
                    "Property": "text",
                    "TranslateValue": "text"
                  }
                ]
              },
              "DisplayName": "text"
            }
          ],
          "Fields": [
            "[Circular Reference]"
          ],
          "MaxSize": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          }
        }
      ],
      "MaxSize": 1,
      "IsTranslated": true,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      }
    }
  ],
  "Questions": [
    {
      "Id": 1,
      "Key": "text",
      "DisplayName": "text",
      "Label": "text",
      "Type": "text",
      "Position": 1,
      "FieldLocationType": "PersonalData",
      "Required": true,
      "Body": "text",
      "SupportedTypes": [
        "text"
      ],
      "Choices": [
        {
          "Id": 1,
          "Body": "text",
          "Disqualify": true,
          "Tag": "text",
          "Value": 1,
          "Ordinal": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          },
          "DisplayName": "text"
        }
      ],
      "Fields": [
        {
          "Id": 1,
          "Key": "text",
          "DisplayName": "text",
          "Label": "text",
          "Type": "text",
          "Position": 1,
          "FieldLocationType": "PersonalData",
          "Required": true,
          "Body": "text",
          "SupportedTypes": [
            "text"
          ],
          "Choices": [
            {
              "Id": 1,
              "Body": "text",
              "Disqualify": true,
              "Tag": "text",
              "Value": 1,
              "Ordinal": 1,
              "IsTranslated": true,
              "Translation": {
                "TranslationProperties": [
                  "text"
                ],
                "TranslationRequiredProperties": [
                  "text"
                ],
                "Translations": [
                  {
                    "Language": "text",
                    "Property": "text",
                    "TranslateValue": "text"
                  }
                ]
              },
              "DisplayName": "text"
            }
          ],
          "Fields": [
            "[Circular Reference]"
          ],
          "MaxSize": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          }
        }
      ],
      "MaxSize": 1,
      "IsTranslated": true,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      }
    }
  ],
  "CustomFields": [
    {
      "Id": 1,
      "Key": "text",
      "DisplayName": "text",
      "Label": "text",
      "Type": "text",
      "Position": 1,
      "FieldLocationType": "PersonalData",
      "Required": true,
      "Body": "text",
      "SupportedTypes": [
        "text"
      ],
      "Choices": [
        {
          "Id": 1,
          "Body": "text",
          "Disqualify": true,
          "Tag": "text",
          "Value": 1,
          "Ordinal": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          },
          "DisplayName": "text"
        }
      ],
      "Fields": [
        {
          "Id": 1,
          "Key": "text",
          "DisplayName": "text",
          "Label": "text",
          "Type": "text",
          "Position": 1,
          "FieldLocationType": "PersonalData",
          "Required": true,
          "Body": "text",
          "SupportedTypes": [
            "text"
          ],
          "Choices": [
            {
              "Id": 1,
              "Body": "text",
              "Disqualify": true,
              "Tag": "text",
              "Value": 1,
              "Ordinal": 1,
              "IsTranslated": true,
              "Translation": {
                "TranslationProperties": [
                  "text"
                ],
                "TranslationRequiredProperties": [
                  "text"
                ],
                "Translations": [
                  {
                    "Language": "text",
                    "Property": "text",
                    "TranslateValue": "text"
                  }
                ]
              },
              "DisplayName": "text"
            }
          ],
          "Fields": [
            "[Circular Reference]"
          ],
          "MaxSize": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          }
        }
      ],
      "MaxSize": 1,
      "IsTranslated": true,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      }
    }
  ],
  "Gdpr": {
    "CompanyLegalName": "text",
    "IsEnabled": true,
    "RetentionPeriod": 1,
    "RequirePrivacyPolicyConsent": true,
    "RequireShareCompliance": true,
    "ShareComplianceText": "text",
    "PrivacyPolicy": "text",
    "Email": "text"
  },
  "Eeoc": {
    "EeoSurvey": true,
    "OfccpSurvey": true
  },
  "Compliance": {
    "Gdpr": {
      "CompanyLegalName": "text",
      "IsEnabled": true,
      "RetentionPeriod": 1,
      "RequirePrivacyPolicyConsent": true,
      "RequireShareCompliance": true,
      "ShareComplianceText": "text",
      "PrivacyPolicy": "text",
      "Email": "text"
    },
    "Eeoc": {
      "EeoSurvey": true,
      "OfccpSurvey": true
    }
  }
}
  • GETGet jobs
  • POSTCreate job
  • GETGet Job
  • PUTUpdate job
  • DELETEDelete job
  • GETReturns a collection of the locations of the public jobs
  • GETJob status changes
  • GETGet job stages
  • GETGet Job Form
  • PUTUpdate job's form

Get jobs

get
Authorizations
Query parameters
locationsstring[]Optional
tagsstring[]Optional
departmentsinteger ยท int32[]Optional

Department ids

pageinteger ยท int32Optional

Page, default 1

Default: 1
perPageinteger ยท int32Optional

Per Page, default 20

Default: 20
sortstringOptional

az, za, modified_date

Default: az
languageCodestringOptional

Language

containsstringOptional

Title contains value

detailsbooleanOptional

Job details (description)

Default: false
includeStagesbooleanOptional

Include job stages

Default: false
includeJobRequisitionbooleanOptional

Include job requisition

Default: false
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Responses
200
Success
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
get
GET /v2/jobs HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Accept: */*
{
  "Results": [
    {
      "Id": 1,
      "Title": "text",
      "Department": {
        "Id": 1,
        "Name": "text",
        "ExternalId": "text",
        "ParentId": 1,
        "IsTranslated": true,
        "Translation": {
          "TranslationProperties": [
            "text"
          ],
          "TranslationRequiredProperties": [
            "text"
          ],
          "Translations": [
            {
              "Language": "text",
              "Property": "text",
              "TranslateValue": "text"
            }
          ]
        }
      },
      "Location": {
        "Id": 1,
        "Country": "text",
        "CountryCode": "text",
        "Region": "text",
        "RegionCode": "text",
        "DistrictId": 1,
        "City": "text",
        "ZipCode": "text",
        "Address": "text",
        "Latitude": 1,
        "Longitude": 1,
        "WorkLocationType": "OnSite",
        "CityCountry": "text"
      },
      "Status": "Draft",
      "AbsoluteUrl": "text",
      "RelativeUrl": "text",
      "ShortlinkUrl": "text",
      "FriendlyUrl": "text",
      "InternalCode": "text",
      "LastModified": "2025-05-14T14:44:46.910Z",
      "Schedule": {
        "PublishDate": "2025-05-14T14:44:46.910Z",
        "PublishStatus": "Draft",
        "CloseDate": "2025-05-14T14:44:46.910Z"
      },
      "Stages": [
        {
          "ActiveCandidates": 1,
          "DisqualifiedCandidates": 1,
          "Candidates": 1,
          "InterviewPlan": {
            "Id": 1,
            "Title": "text"
          },
          "Assessments": [
            {
              "Assessment": {
                "Id": 1,
                "ExternalId": "text",
                "Name": "text",
                "Description": "text",
                "LearnMore": "text",
                "Language": "text",
                "AssessmentType": "BehavioralAssessment",
                "Vendor": {
                  "Id": 1,
                  "Name": "text",
                  "Logo": "text"
                },
                "Price": [
                  {
                    "Currency": "text",
                    "Price": 1
                  }
                ],
                "CanBeOrdered": true
              },
              "JobId": 1,
              "StageId": 1
            }
          ],
          "Actions": [
            {
              "Id": 1,
              "Type": "SendEmail",
              "Action": null
            }
          ],
          "PartnerAppForExport": [
            {
              "Title": "text",
              "Slug": "text",
              "Logo": "text",
              "AutoExportEnabled": true
            }
          ],
          "Id": 1,
          "Name": "text",
          "Type": "text",
          "Position": 1
        }
      ],
      "Meta": {
        "Applications": 1,
        "ActiveApplications": 1,
        "UnreadNotification": 1,
        "LastApplication": "2025-05-14T14:44:46.910Z",
        "Following": true
      },
      "Pipeline": {
        "Id": 1,
        "Name": "text",
        "Type": "HiringPipeline",
        "Stages": [
          {
            "Id": 1,
            "Name": "text",
            "Type": "Sourced",
            "Ordinal": 1,
            "ActiveCandidates": 1,
            "DisqualifiedCandidates": 1,
            "Candidates": 1,
            "Actions": [
              {
                "Id": 1,
                "Type": "SendEmail",
                "Action": null
              }
            ],
            "ActionsAfterDaysWaitingInStage": [
              {
                "Id": 1,
                "Type": "SendEmail",
                "Action": null
              }
            ],
            "Evaluations": [
              {
                "Id": 1,
                "Type": "Scorecard",
                "Evaluation": null
              }
            ],
            "Integrations": [
              {
                "Type": "JobBoards",
                "App": null
              }
            ],
            "HasESignatureDocuments": true,
            "HasJobOfferDocuments": true,
            "DaysWaitingInStage": 1,
            "DontSkipStage": true
          }
        ],
        "IsActive": true
      },
      "Contract": {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      },
      "IsTranslated": true,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      },
      "JobTags": [
        "text"
      ],
      "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
      "JobRequisition": {
        "Id": "123e4567-e89b-12d3-a456-426614174000",
        "HiringManager": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2025-05-14T14:44:46.910Z"
        },
        "Owner": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2025-05-14T14:44:46.910Z"
        },
        "PlannedStartDate": "text",
        "JobRequisitionStatus": "Draft",
        "CanUserAccessJobRequisition": true
      },
      "AdditionalLocations": [
        {
          "Id": 1,
          "Country": "text",
          "CountryCode": "text",
          "Region": "text",
          "RegionCode": "text",
          "DistrictId": 1,
          "City": "text",
          "ZipCode": "text",
          "Address": "text",
          "Latitude": 1,
          "Longitude": 1,
          "WorkLocationType": "OnSite",
          "CityCountry": "text"
        }
      ],
      "IsTemplate": true
    }
  ],
  "Count": 1,
  "Page": 1,
  "PerPage": 1,
  "Pages": {
    "First": "text",
    "Prev": "text",
    "Next": "text",
    "Last": "text"
  },
  "IdResults": [
    {
      "Id": 1,
      "Title": "text",
      "Department": {
        "Id": 1,
        "Name": "text",
        "ExternalId": "text",
        "ParentId": 1,
        "IsTranslated": true,
        "Translation": {
          "TranslationProperties": [
            "text"
          ],
          "TranslationRequiredProperties": [
            "text"
          ],
          "Translations": [
            {
              "Language": "text",
              "Property": "text",
              "TranslateValue": "text"
            }
          ]
        }
      },
      "Location": {
        "Id": 1,
        "Country": "text",
        "CountryCode": "text",
        "Region": "text",
        "RegionCode": "text",
        "DistrictId": 1,
        "City": "text",
        "ZipCode": "text",
        "Address": "text",
        "Latitude": 1,
        "Longitude": 1,
        "WorkLocationType": "OnSite",
        "CityCountry": "text"
      },
      "Status": "Draft",
      "AbsoluteUrl": "text",
      "RelativeUrl": "text",
      "ShortlinkUrl": "text",
      "FriendlyUrl": "text",
      "InternalCode": "text",
      "LastModified": "2025-05-14T14:44:46.910Z",
      "Schedule": {
        "PublishDate": "2025-05-14T14:44:46.910Z",
        "PublishStatus": "Draft",
        "CloseDate": "2025-05-14T14:44:46.910Z"
      },
      "Stages": [
        {
          "ActiveCandidates": 1,
          "DisqualifiedCandidates": 1,
          "Candidates": 1,
          "InterviewPlan": {
            "Id": 1,
            "Title": "text"
          },
          "Assessments": [
            {
              "Assessment": {
                "Id": 1,
                "ExternalId": "text",
                "Name": "text",
                "Description": "text",
                "LearnMore": "text",
                "Language": "text",
                "AssessmentType": "BehavioralAssessment",
                "Vendor": {
                  "Id": 1,
                  "Name": "text",
                  "Logo": "text"
                },
                "Price": [
                  {
                    "Currency": "text",
                    "Price": 1
                  }
                ],
                "CanBeOrdered": true
              },
              "JobId": 1,
              "StageId": 1
            }
          ],
          "Actions": [
            {
              "Id": 1,
              "Type": "SendEmail",
              "Action": null
            }
          ],
          "PartnerAppForExport": [
            {
              "Title": "text",
              "Slug": "text",
              "Logo": "text",
              "AutoExportEnabled": true
            }
          ],
          "Id": 1,
          "Name": "text",
          "Type": "text",
          "Position": 1
        }
      ],
      "Meta": {
        "Applications": 1,
        "ActiveApplications": 1,
        "UnreadNotification": 1,
        "LastApplication": "2025-05-14T14:44:46.910Z",
        "Following": true
      },
      "Pipeline": {
        "Id": 1,
        "Name": "text",
        "Type": "HiringPipeline",
        "Stages": [
          {
            "Id": 1,
            "Name": "text",
            "Type": "Sourced",
            "Ordinal": 1,
            "ActiveCandidates": 1,
            "DisqualifiedCandidates": 1,
            "Candidates": 1,
            "Actions": [
              {
                "Id": 1,
                "Type": "SendEmail",
                "Action": null
              }
            ],
            "ActionsAfterDaysWaitingInStage": [
              {
                "Id": 1,
                "Type": "SendEmail",
                "Action": null
              }
            ],
            "Evaluations": [
              {
                "Id": 1,
                "Type": "Scorecard",
                "Evaluation": null
              }
            ],
            "Integrations": [
              {
                "Type": "JobBoards",
                "App": null
              }
            ],
            "HasESignatureDocuments": true,
            "HasJobOfferDocuments": true,
            "DaysWaitingInStage": 1,
            "DontSkipStage": true
          }
        ],
        "IsActive": true
      },
      "Contract": {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      },
      "IsTranslated": true,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      },
      "JobTags": [
        "text"
      ],
      "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
      "JobRequisition": {
        "Id": "123e4567-e89b-12d3-a456-426614174000",
        "HiringManager": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2025-05-14T14:44:46.910Z"
        },
        "Owner": {
          "Id": "123e4567-e89b-12d3-a456-426614174000",
          "Name": "text",
          "Email": "text",
          "SenderEmail": "text",
          "Username": "text",
          "Headline": "text",
          "Avatar": "text",
          "Role": "Administrator",
          "InvitationSentTime": "2025-05-14T14:44:46.910Z"
        },
        "PlannedStartDate": "text",
        "JobRequisitionStatus": "Draft",
        "CanUserAccessJobRequisition": true
      },
      "AdditionalLocations": [
        {
          "Id": 1,
          "Country": "text",
          "CountryCode": "text",
          "Region": "text",
          "RegionCode": "text",
          "DistrictId": 1,
          "City": "text",
          "ZipCode": "text",
          "Address": "text",
          "Latitude": 1,
          "Longitude": 1,
          "WorkLocationType": "OnSite",
          "CityCountry": "text"
        }
      ],
      "IsTemplate": true
    }
  ],
  "OriginalCount": 1
}

Create job

post
Authorizations
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Body
Descriptionstring | nullableOptional
Requirementsstring | nullableOptional
InternalCodestring | nullableOptional
MetatagTitlestring | nullableOptional
MetatagDescriptionstring | nullableOptional
MetatagImageUrlstring | nullableOptional
WebsiteIdinteger ยท int32 | nullableOptional
UIdstring ยท uuid | nullableOptional
Idinteger ยท int32Optional
Titlestring | nullableOptional
Statusstring ยท enumOptionalPossible values:
AbsoluteUrlstring | nullableOptional
RelativeUrlstring | nullableOptional
ShortlinkUrlstring | nullableOptional
FriendlyUrlstring | nullableOptional
LastModifiedstring ยท date-timeOptional
IsTranslatedbooleanOptional
JobTagsstring[] | nullableOptional
JobRequisitionIdstring ยท uuid | nullableOptional
IsTemplatebooleanOptional
Responses
201
Created
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
500
Server Error
application/json
post
POST /v2/jobs HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 5124

{
  "Description": "text",
  "Requirements": "text",
  "InternalCode": "text",
  "MetatagTitle": "text",
  "MetatagDescription": "text",
  "MetatagImageUrl": "text",
  "JobRole": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "CareerLevel": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Degree": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Salary": {
    "AmountFrom": 1,
    "AmountTo": 1,
    "Currency": {
      "Id": "text",
      "Text": "text",
      "Symbol": "text"
    }
  },
  "Industry": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Site": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "Active": true,
    "DateCreated": "2025-05-14T14:44:46.910Z",
    "DateModified": "2025-05-14T14:44:46.910Z",
    "Location": {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1
    }
  },
  "WebsiteId": 1,
  "UId": "123e4567-e89b-12d3-a456-426614174000",
  "Id": 1,
  "Title": "text",
  "Department": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "ParentId": 1,
    "IsTranslated": true,
    "Translation": {
      "TranslationProperties": [
        "text"
      ],
      "TranslationRequiredProperties": [
        "text"
      ],
      "Translations": [
        {
          "Language": "text",
          "Property": "text",
          "TranslateValue": "text"
        }
      ]
    }
  },
  "Location": {
    "Id": 1,
    "Country": "text",
    "CountryCode": "text",
    "Region": "text",
    "RegionCode": "text",
    "DistrictId": 1,
    "City": "text",
    "ZipCode": "text",
    "Address": "text",
    "Latitude": 1,
    "Longitude": 1,
    "WorkLocationType": "OnSite"
  },
  "Status": "Draft",
  "AbsoluteUrl": "text",
  "RelativeUrl": "text",
  "ShortlinkUrl": "text",
  "FriendlyUrl": "text",
  "LastModified": "2025-05-14T14:44:46.910Z",
  "Schedule": {
    "PublishDate": "2025-05-14T14:44:46.910Z",
    "PublishStatus": "Draft",
    "CloseDate": "2025-05-14T14:44:46.910Z"
  },
  "Stages": [
    {
      "ActiveCandidates": 1,
      "DisqualifiedCandidates": 1,
      "InterviewPlan": {
        "Id": 1,
        "Title": "text"
      },
      "Assessments": [
        {
          "Assessment": {
            "Id": 1,
            "ExternalId": "text",
            "Name": "text",
            "Description": "text",
            "LearnMore": "text",
            "Language": "text",
            "AssessmentType": "BehavioralAssessment",
            "Vendor": {
              "Id": 1,
              "Name": "text",
              "Logo": "text"
            },
            "Price": [
              {
                "Currency": "text",
                "Price": 1
              }
            ],
            "CanBeOrdered": true
          },
          "JobId": 1,
          "StageId": 1
        }
      ],
      "Actions": [
        {
          "Id": 1,
          "Type": "SendEmail",
          "Action": null
        }
      ],
      "PartnerAppForExport": [
        {
          "Title": "text",
          "Slug": "text",
          "Logo": "text",
          "AutoExportEnabled": true
        }
      ],
      "Id": 1,
      "Name": "text",
      "Type": "text",
      "Position": 1
    }
  ],
  "Meta": {
    "Applications": 1,
    "ActiveApplications": 1,
    "UnreadNotification": 1,
    "LastApplication": "2025-05-14T14:44:46.910Z",
    "Following": true
  },
  "Pipeline": {
    "Id": 1,
    "Name": "text",
    "Type": "HiringPipeline",
    "Stages": [
      {
        "Id": 1,
        "Name": "text",
        "Type": "Sourced",
        "Ordinal": 1,
        "ActiveCandidates": 1,
        "DisqualifiedCandidates": 1,
        "Actions": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "ActionsAfterDaysWaitingInStage": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "Evaluations": [
          {
            "Id": 1,
            "Type": "Scorecard",
            "Evaluation": null
          }
        ],
        "Integrations": [
          {
            "Type": "JobBoards",
            "App": null
          }
        ],
        "HasESignatureDocuments": true,
        "HasJobOfferDocuments": true,
        "DaysWaitingInStage": 1,
        "DontSkipStage": true
      }
    ],
    "IsActive": true
  },
  "Contract": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "IsTranslated": true,
  "Translation": {
    "TranslationProperties": [
      "text"
    ],
    "TranslationRequiredProperties": [
      "text"
    ],
    "Translations": [
      {
        "Language": "text",
        "Property": "text",
        "TranslateValue": "text"
      }
    ]
  },
  "JobTags": [
    "text"
  ],
  "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
  "JobRequisition": {
    "Id": "123e4567-e89b-12d3-a456-426614174000",
    "HiringManager": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "Owner": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "PlannedStartDate": "text",
    "JobRequisitionStatus": "Draft",
    "CanUserAccessJobRequisition": true
  },
  "AdditionalLocations": [
    {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1,
      "WorkLocationType": "OnSite"
    }
  ],
  "IsTemplate": true
}
{
  "Description": "text",
  "Requirements": "text",
  "InternalCode": "text",
  "MetatagTitle": "text",
  "MetatagDescription": "text",
  "MetatagImageUrl": "text",
  "JobRole": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "CareerLevel": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Degree": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Salary": {
    "AmountFrom": 1,
    "AmountTo": 1,
    "Currency": {
      "Id": "text",
      "Text": "text",
      "Symbol": "text"
    }
  },
  "Industry": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Site": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "Active": true,
    "DateCreated": "2025-05-14T14:44:46.910Z",
    "DateModified": "2025-05-14T14:44:46.910Z",
    "Location": {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1,
      "CityCountry": "text"
    }
  },
  "WebsiteId": 1,
  "UId": "123e4567-e89b-12d3-a456-426614174000",
  "Id": 1,
  "Title": "text",
  "Department": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "ParentId": 1,
    "IsTranslated": true,
    "Translation": {
      "TranslationProperties": [
        "text"
      ],
      "TranslationRequiredProperties": [
        "text"
      ],
      "Translations": [
        {
          "Language": "text",
          "Property": "text",
          "TranslateValue": "text"
        }
      ]
    }
  },
  "Location": {
    "Id": 1,
    "Country": "text",
    "CountryCode": "text",
    "Region": "text",
    "RegionCode": "text",
    "DistrictId": 1,
    "City": "text",
    "ZipCode": "text",
    "Address": "text",
    "Latitude": 1,
    "Longitude": 1,
    "WorkLocationType": "OnSite",
    "CityCountry": "text"
  },
  "Status": "Draft",
  "AbsoluteUrl": "text",
  "RelativeUrl": "text",
  "ShortlinkUrl": "text",
  "FriendlyUrl": "text",
  "LastModified": "2025-05-14T14:44:46.910Z",
  "Schedule": {
    "PublishDate": "2025-05-14T14:44:46.910Z",
    "PublishStatus": "Draft",
    "CloseDate": "2025-05-14T14:44:46.910Z"
  },
  "Stages": [
    {
      "ActiveCandidates": 1,
      "DisqualifiedCandidates": 1,
      "Candidates": 1,
      "InterviewPlan": {
        "Id": 1,
        "Title": "text"
      },
      "Assessments": [
        {
          "Assessment": {
            "Id": 1,
            "ExternalId": "text",
            "Name": "text",
            "Description": "text",
            "LearnMore": "text",
            "Language": "text",
            "AssessmentType": "BehavioralAssessment",
            "Vendor": {
              "Id": 1,
              "Name": "text",
              "Logo": "text"
            },
            "Price": [
              {
                "Currency": "text",
                "Price": 1
              }
            ],
            "CanBeOrdered": true
          },
          "JobId": 1,
          "StageId": 1
        }
      ],
      "Actions": [
        {
          "Id": 1,
          "Type": "SendEmail",
          "Action": null
        }
      ],
      "PartnerAppForExport": [
        {
          "Title": "text",
          "Slug": "text",
          "Logo": "text",
          "AutoExportEnabled": true
        }
      ],
      "Id": 1,
      "Name": "text",
      "Type": "text",
      "Position": 1
    }
  ],
  "Meta": {
    "Applications": 1,
    "ActiveApplications": 1,
    "UnreadNotification": 1,
    "LastApplication": "2025-05-14T14:44:46.910Z",
    "Following": true
  },
  "Pipeline": {
    "Id": 1,
    "Name": "text",
    "Type": "HiringPipeline",
    "Stages": [
      {
        "Id": 1,
        "Name": "text",
        "Type": "Sourced",
        "Ordinal": 1,
        "ActiveCandidates": 1,
        "DisqualifiedCandidates": 1,
        "Candidates": 1,
        "Actions": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "ActionsAfterDaysWaitingInStage": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "Evaluations": [
          {
            "Id": 1,
            "Type": "Scorecard",
            "Evaluation": null
          }
        ],
        "Integrations": [
          {
            "Type": "JobBoards",
            "App": null
          }
        ],
        "HasESignatureDocuments": true,
        "HasJobOfferDocuments": true,
        "DaysWaitingInStage": 1,
        "DontSkipStage": true
      }
    ],
    "IsActive": true
  },
  "Contract": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "IsTranslated": true,
  "Translation": {
    "TranslationProperties": [
      "text"
    ],
    "TranslationRequiredProperties": [
      "text"
    ],
    "Translations": [
      {
        "Language": "text",
        "Property": "text",
        "TranslateValue": "text"
      }
    ]
  },
  "JobTags": [
    "text"
  ],
  "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
  "JobRequisition": {
    "Id": "123e4567-e89b-12d3-a456-426614174000",
    "HiringManager": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "Owner": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "PlannedStartDate": "text",
    "JobRequisitionStatus": "Draft",
    "CanUserAccessJobRequisition": true
  },
  "AdditionalLocations": [
    {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1,
      "WorkLocationType": "OnSite",
      "CityCountry": "text"
    }
  ],
  "IsTemplate": true
}

Update job

put
Authorizations
Path parameters
idinteger ยท int32Required
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Body
Descriptionstring | nullableOptional
Requirementsstring | nullableOptional
InternalCodestring | nullableOptional
MetatagTitlestring | nullableOptional
MetatagDescriptionstring | nullableOptional
MetatagImageUrlstring | nullableOptional
WebsiteIdinteger ยท int32 | nullableOptional
UIdstring ยท uuid | nullableOptional
Idinteger ยท int32Optional
Titlestring | nullableOptional
Statusstring ยท enumOptionalPossible values:
AbsoluteUrlstring | nullableOptional
RelativeUrlstring | nullableOptional
ShortlinkUrlstring | nullableOptional
FriendlyUrlstring | nullableOptional
LastModifiedstring ยท date-timeOptional
IsTranslatedbooleanOptional
JobTagsstring[] | nullableOptional
JobRequisitionIdstring ยท uuid | nullableOptional
IsTemplatebooleanOptional
Responses
204
No Content
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
put
PUT /v2/jobs/{id} HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 5124

{
  "Description": "text",
  "Requirements": "text",
  "InternalCode": "text",
  "MetatagTitle": "text",
  "MetatagDescription": "text",
  "MetatagImageUrl": "text",
  "JobRole": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "CareerLevel": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Degree": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Salary": {
    "AmountFrom": 1,
    "AmountTo": 1,
    "Currency": {
      "Id": "text",
      "Text": "text",
      "Symbol": "text"
    }
  },
  "Industry": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "Site": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "Active": true,
    "DateCreated": "2025-05-14T14:44:46.910Z",
    "DateModified": "2025-05-14T14:44:46.910Z",
    "Location": {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1
    }
  },
  "WebsiteId": 1,
  "UId": "123e4567-e89b-12d3-a456-426614174000",
  "Id": 1,
  "Title": "text",
  "Department": {
    "Id": 1,
    "Name": "text",
    "ExternalId": "text",
    "ParentId": 1,
    "IsTranslated": true,
    "Translation": {
      "TranslationProperties": [
        "text"
      ],
      "TranslationRequiredProperties": [
        "text"
      ],
      "Translations": [
        {
          "Language": "text",
          "Property": "text",
          "TranslateValue": "text"
        }
      ]
    }
  },
  "Location": {
    "Id": 1,
    "Country": "text",
    "CountryCode": "text",
    "Region": "text",
    "RegionCode": "text",
    "DistrictId": 1,
    "City": "text",
    "ZipCode": "text",
    "Address": "text",
    "Latitude": 1,
    "Longitude": 1,
    "WorkLocationType": "OnSite"
  },
  "Status": "Draft",
  "AbsoluteUrl": "text",
  "RelativeUrl": "text",
  "ShortlinkUrl": "text",
  "FriendlyUrl": "text",
  "LastModified": "2025-05-14T14:44:46.910Z",
  "Schedule": {
    "PublishDate": "2025-05-14T14:44:46.910Z",
    "PublishStatus": "Draft",
    "CloseDate": "2025-05-14T14:44:46.910Z"
  },
  "Stages": [
    {
      "ActiveCandidates": 1,
      "DisqualifiedCandidates": 1,
      "InterviewPlan": {
        "Id": 1,
        "Title": "text"
      },
      "Assessments": [
        {
          "Assessment": {
            "Id": 1,
            "ExternalId": "text",
            "Name": "text",
            "Description": "text",
            "LearnMore": "text",
            "Language": "text",
            "AssessmentType": "BehavioralAssessment",
            "Vendor": {
              "Id": 1,
              "Name": "text",
              "Logo": "text"
            },
            "Price": [
              {
                "Currency": "text",
                "Price": 1
              }
            ],
            "CanBeOrdered": true
          },
          "JobId": 1,
          "StageId": 1
        }
      ],
      "Actions": [
        {
          "Id": 1,
          "Type": "SendEmail",
          "Action": null
        }
      ],
      "PartnerAppForExport": [
        {
          "Title": "text",
          "Slug": "text",
          "Logo": "text",
          "AutoExportEnabled": true
        }
      ],
      "Id": 1,
      "Name": "text",
      "Type": "text",
      "Position": 1
    }
  ],
  "Meta": {
    "Applications": 1,
    "ActiveApplications": 1,
    "UnreadNotification": 1,
    "LastApplication": "2025-05-14T14:44:46.910Z",
    "Following": true
  },
  "Pipeline": {
    "Id": 1,
    "Name": "text",
    "Type": "HiringPipeline",
    "Stages": [
      {
        "Id": 1,
        "Name": "text",
        "Type": "Sourced",
        "Ordinal": 1,
        "ActiveCandidates": 1,
        "DisqualifiedCandidates": 1,
        "Actions": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "ActionsAfterDaysWaitingInStage": [
          {
            "Id": 1,
            "Type": "SendEmail",
            "Action": null
          }
        ],
        "Evaluations": [
          {
            "Id": 1,
            "Type": "Scorecard",
            "Evaluation": null
          }
        ],
        "Integrations": [
          {
            "Type": "JobBoards",
            "App": null
          }
        ],
        "HasESignatureDocuments": true,
        "HasJobOfferDocuments": true,
        "DaysWaitingInStage": 1,
        "DontSkipStage": true
      }
    ],
    "IsActive": true
  },
  "Contract": {
    "Value": "text",
    "Text": "text",
    "Url": "text",
    "SecondaryText": "text",
    "Children": [
      {
        "Value": "text",
        "Text": "text",
        "Url": "text",
        "SecondaryText": "text",
        "Children": [
          {
            "Value": "text",
            "Text": "text",
            "Url": "text",
            "SecondaryText": "text",
            "Children": "[Circular Reference]"
          }
        ]
      }
    ]
  },
  "IsTranslated": true,
  "Translation": {
    "TranslationProperties": [
      "text"
    ],
    "TranslationRequiredProperties": [
      "text"
    ],
    "Translations": [
      {
        "Language": "text",
        "Property": "text",
        "TranslateValue": "text"
      }
    ]
  },
  "JobTags": [
    "text"
  ],
  "JobRequisitionId": "123e4567-e89b-12d3-a456-426614174000",
  "JobRequisition": {
    "Id": "123e4567-e89b-12d3-a456-426614174000",
    "HiringManager": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "Owner": {
      "Id": "123e4567-e89b-12d3-a456-426614174000",
      "Name": "text",
      "Email": "text",
      "SenderEmail": "text",
      "Username": "text",
      "Headline": "text",
      "Avatar": "text",
      "Role": "Administrator",
      "InvitationSentTime": "2025-05-14T14:44:46.910Z"
    },
    "PlannedStartDate": "text",
    "JobRequisitionStatus": "Draft",
    "CanUserAccessJobRequisition": true
  },
  "AdditionalLocations": [
    {
      "Id": 1,
      "Country": "text",
      "CountryCode": "text",
      "Region": "text",
      "RegionCode": "text",
      "DistrictId": 1,
      "City": "text",
      "ZipCode": "text",
      "Address": "text",
      "Latitude": 1,
      "Longitude": 1,
      "WorkLocationType": "OnSite"
    }
  ],
  "IsTemplate": true
}

No content

Update job's form

put
Authorizations
Path parameters
idinteger ยท int32Required
Header parameters
X-TL-CompanyIdguidOptional

Company Id

X-TL-SubdomainguidOptional

Account subdomain

X-TL-UserIdguidOptional

Team member id

Body
Responses
204
No Content
400
Bad Request
application/json
401
Unauthorized
application/json
403
Forbidden
application/json
404
Not Found
application/json
500
Server Error
application/json
put
PUT /v2/jobs/{id}/form HTTP/1.1
Host: 
Authorization: YOUR_API_KEY
Content-Type: application/json-patch+json
Accept: */*
Content-Length: 1863

{
  "QuestionRequiredness": {
    "Name": "Mandatory",
    "FirstName": "Mandatory",
    "LastName": "Mandatory",
    "Email": "Mandatory",
    "Phone": "Mandatory",
    "Headline": "Mandatory",
    "Address": "Mandatory",
    "Photo": "Mandatory",
    "SocialProfiles": "Mandatory",
    "CoverLetter": "Mandatory",
    "Summary": "Mandatory",
    "Resume": "Mandatory",
    "Education": "Mandatory",
    "Experience": "Mandatory",
    "Projects": "Mandatory",
    "Language": "Mandatory",
    "Salutation": "Mandatory",
    "Company": "Mandatory",
    "KeepSetup": true
  },
  "Questions": [
    {
      "Id": 1,
      "Key": "text",
      "DisplayName": "text",
      "Label": "text",
      "Type": "text",
      "Position": 1,
      "FieldLocationType": "PersonalData",
      "Required": true,
      "Body": "text",
      "SupportedTypes": [
        "text"
      ],
      "Choices": [
        {
          "Id": 1,
          "Body": "text",
          "Disqualify": true,
          "Tag": "text",
          "Value": 1,
          "Ordinal": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          },
          "DisplayName": "text"
        }
      ],
      "Fields": [
        {
          "Id": 1,
          "Key": "text",
          "DisplayName": "text",
          "Label": "text",
          "Type": "text",
          "Position": 1,
          "FieldLocationType": "PersonalData",
          "Required": true,
          "Body": "text",
          "SupportedTypes": [
            "text"
          ],
          "Choices": [
            {
              "Id": 1,
              "Body": "text",
              "Disqualify": true,
              "Tag": "text",
              "Value": 1,
              "Ordinal": 1,
              "IsTranslated": true,
              "Translation": {
                "TranslationProperties": [
                  "text"
                ],
                "TranslationRequiredProperties": [
                  "text"
                ],
                "Translations": [
                  {
                    "Language": "text",
                    "Property": "text",
                    "TranslateValue": "text"
                  }
                ]
              },
              "DisplayName": "text"
            }
          ],
          "Fields": [
            "[Circular Reference]"
          ],
          "MaxSize": 1,
          "IsTranslated": true,
          "Translation": {
            "TranslationProperties": [
              "text"
            ],
            "TranslationRequiredProperties": [
              "text"
            ],
            "Translations": [
              {
                "Language": "text",
                "Property": "text",
                "TranslateValue": "text"
              }
            ]
          }
        }
      ],
      "MaxSize": 1,
      "IsTranslated": true,
      "Translation": {
        "TranslationProperties": [
          "text"
        ],
        "TranslationRequiredProperties": [
          "text"
        ],
        "Translations": [
          {
            "Language": "text",
            "Property": "text",
            "TranslateValue": "text"
          }
        ]
      }
    }
  ]
}

No content