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:
ReferenceInternalOpenGateAPI - 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:
organizationstring - entity organization .idstring - entity id.formatstring - format response flag.acceptstring - accept.
Returns:
Promise