← Tools Reference

Teamtailor

Teamtailor integration (Productivity). Imported from open-connector.

API key4 toolshttps://api.na.teamtailor.com
GET
teamtailor_list_jobs
List Teamtailor jobs with optional department, location, status, include, and cursor pagination parameters.

/v1/jobs

9 parameters
ParamTypeRequiredDescription
stackstringoptionalThe Teamtailor stack that stores the account data.
pageSizeintegeroptionalThe number of resources to return. Teamtailor allows at most 30.
pageAfterstringoptionalThe cursor for the next page returned by Teamtailor links.
pageBeforestringoptionalThe cursor for the previous page returned by Teamtailor links.
includearrayoptionalJSON:API relationship names to include in the Teamtailor response.
departmentIdstringoptionalOnly return jobs for this Teamtailor department ID.
locationIdstringoptionalOnly return jobs for this Teamtailor location ID.
statusstringoptionalOnly return jobs matching this Teamtailor status.
sortstringoptionalTeamtailor sort expression, such as id or -created-at.
GET
teamtailor_retrieve_job
Retrieve one Teamtailor job by ID with optional included relationships.

/v1/jobs/{jobId}

3 parameters
ParamTypeRequiredDescription
stackstringoptionalThe Teamtailor stack that stores the account data.
jobIdstringrequiredThe Teamtailor job ID to retrieve.
includearrayoptionalJSON:API relationship names to include in the Teamtailor response.
GET
teamtailor_list_departments
List Teamtailor departments with optional include and cursor pagination.

/v1/departments

6 parameters
ParamTypeRequiredDescription
stackstringoptionalThe Teamtailor stack that stores the account data.
pageSizeintegeroptionalThe number of resources to return. Teamtailor allows at most 30.
pageAfterstringoptionalThe cursor for the next page returned by Teamtailor links.
pageBeforestringoptionalThe cursor for the previous page returned by Teamtailor links.
includearrayoptionalJSON:API relationship names to include in the Teamtailor response.
sortstringoptionalTeamtailor sort expression, such as id or name.
GET
teamtailor_list_locations
List Teamtailor locations with optional include and cursor pagination.

/v1/locations

6 parameters
ParamTypeRequiredDescription
stackstringoptionalThe Teamtailor stack that stores the account data.
pageSizeintegeroptionalThe number of resources to return. Teamtailor allows at most 30.
pageAfterstringoptionalThe cursor for the next page returned by Teamtailor links.
pageBeforestringoptionalThe cursor for the previous page returned by Teamtailor links.
includearrayoptionalJSON:API relationship names to include in the Teamtailor response.
sortstringoptionalTeamtailor sort expression, such as id or name.