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:
ReferenceInternalOpenGateAPI - 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:
organizationstring - organization.idstring - bulk id.mimetypestring - Format of file when get the result details of previously created bulk process.
Returns:
Promise