Area Finder

AreaFinder

AreaFinder Objects

class AreaFinder()

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

constructor
function constructor()

Constructor

Arguments:

  • ogapi InternalOpenGateAPI - Reference to the API object.

findByOrganizationAndIdentifier
function findByOrganizationAndIdentifier(organization: string,identifier: string) -> 'Promise'

Download a specific area by its organization and identifier. This execute a GET http method

Arguments:

  • organization string - area organization .
  • identifier string - area name.

Returns:

  • Promise