This class allows making GET requests to the channel resource in the OpenGate North API.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
findByDomainAndWorkgroup(domain, workgroup)
Performs a GET request that returns the channels related to the given domain and workgroup.
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| domain | string |
❌ | domain |
| workgroup | string |
❌ | workgroup. |
Retorna
Tip
Tipo: Promise
findByDomainAndWorkgroupAndOrganization(domain, workgroup, organization)
Performs a GET request that returns the channels related to the given domain, workgroup, and organization.
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| domain | string |
❌ | domain |
| workgroup | string |
❌ | workgroup. |
| organization | string |
❌ | organization. |
Retorna
Tip
Tipo: Promise
findByOrganizationAndName(organization, name)
Downloads a specific channel by its organization and name. This executes a GET HTTP method.
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | channel organization . |
| name | string |
❌ | channel name. |
Retorna
Tip
Tipo: Promise