History Finder
This class allows making GET requests to the planner resource of the OpenGate North API.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
findByOrganization(organization)
Download a complete list of scheduler history for the organization. This execute a GET http method
Retorna
Tip
Tipo: Promise
findByOrganizationAndSchedulerId(organization, schedulerId)
Download a complete list of scheduler history for the organization and type selected. This execute a GET http method
Retorna
Tip
Tipo: Promise
findByOrganizationAndType(organization, type)
Download a complete list of scheduler history for the organization and type selected. This execute a GET http method
Retorna
Tip
Tipo: Promise
withLimit(limit)
Marks results limit
Retorna
Tip
Tipo: this
withSchedulerId(schedulerId)
Set parameter schedulerIds
Retorna
Tip
Tipo: this
withSchedulerType(schedulerType)
Set parameter schedulerIds
Retorna
Tip
Tipo: this