Options
All
  • Public
  • Public/Protected
  • All
Menu

Freshteam API client

Hierarchy

  • Freshteam

Index

Constructors

  • new Freshteam(domain: string, apiKey: string): Freshteam
  • Create a new instance of Freshteam API client

    Parameters

    • domain: string

      Domain of the Freshteam instance

    • apiKey: string

      API key for the domain

      const { Freshteam } = require("@freshworks/api-sdk");
      const FT = new Freshteam(domain, apiKey);

    Returns Freshteam

Properties

applicants: Applicants
branches: Branches
businessUnits: BusinessUnits
candidateSources: CandidateSources
departments: Departments
employees: Employees
jobPostings: JobPostings
levels: Levels
newHires: NewHires
roles: Roles
subDepartments: SubDepartments
teams: Teams
timeOffs: TimeOffs
userFunctions: UserFunctions

Generated using TypeDoc