Area Finder
This class allows making GET requests to the area resource in the OpenGate North API.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
findByOrganizationAndIdentifier(organization, identifier)
Downloads a specific area by its organization and identifier. This executes a GET HTTP method.
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | area organization . |
| identifier | string |
❌ | area name. |
Retorna
Tip
Tipo: Promise