Bulk Finder

BulkFinder

BulkFinder Objects

class BulkFinder()

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

constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

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

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

Arguments:

  • organization string - entity organization .
  • id string - entity id.
  • format string - format response flag.
  • accept string - accept.

Returns:

  • Promise