Entity Finder

EntityFinder

EntityFinder Objects

class EntityFinder()
  • This class allow make get request to entity provisioned resource into Opengate North API.
constructor
function constructor()

Constructor

Arguments:

  • Reference InternalOpenGateAPI - to the API object.

findByOrganizationAndId
function findByOrganizationAndId(organization: string,id: string,flattened: 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.
  • flattened string - flattened response flag.

Returns:

  • Promise