Options
All
  • Public
  • Public/Protected
  • All
Menu

Class to manage all commitments related methods

Hierarchy

  • IEXService

Index

Constructors

  • get instance for initialize commitments

    example
    new CommitmentService();
    

    Returns IEXService

Properties

acdSession: ACDSessionManager = ...
auth: CXoneAuth
logger: Logger = ...
utilService: HttpUtilService = ...

Methods

  • getIEXSchedule(agentId: number, startDate: Date, endDate: Date): Promise<IEXResponse[]>
  • This method is to get all the IEXSchedules

    example
    getIEXSchedule(1464319);
    

    Parameters

    • agentId: number

      unique id of agent

    • startDate: Date
    • endDate: Date

    Returns Promise<IEXResponse[]>

Generated using TypeDoc