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:
ReferenceInternalOpenGateAPI - 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:
organizationstring - entity organization .idstring - entity id.flattenedstring - flattened response flag.
Returns:
Promise