Bulk Execution Finder

BulkExecutionFinder

BulkExecutionFinder Objects

class BulkExecutionFinder()

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

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

findByOrganizationAndId
function findByOrganizationAndId(organization: string,id: string,mimetype: string) -> 'Promise'

Download a specific entity by its organization and id. This execute a GET http method

Arguments:

  • organization string - organization.
  • id string - bulk id.
  • mimetype string - Format of file when get the result details of previously created bulk process.

Returns:

  • Promise