Bulk Finder
This class allows making GET requests to the bulk resource in the OpenGate North API.
constructor
Constructor
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
findByOrganizationAndId(organization, id, format, accept)
Downloads a specific entity by its organization and id. This executes a GET HTTP method.
Parámetros
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | entity organization . |
| id | string |
❌ | entity id. |
| format | string |
❌ | format response flag. |
| accept | string |
❌ | accept. |
Retorna
Tip
Tipo: Promise