Schedule History Finder

ScheduleHistoryFinder

ScheduleHistoryFinder Objects

class ScheduleHistoryFinder()

This class allow make get request to planner resource into Opengate North API.

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - Reference to the API object.

findByOrganization
function findByOrganization(organization: *) -> 'Promise'

Download a complete list of scheduler history for the organization. This execute a GET http method

Arguments:

  • organization *

Returns:

  • Promise

findByOrganizationAndType
function findByOrganizationAndType(organization: *,type: *) -> 'Promise'

Download a complete list of scheduler history for the organization. This execute a GET http method

Arguments:

  • organization *
  • type *

Returns:

  • Promise