# Provision Generic Finder

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

## constructor


Constructor

### Parámetros

| Nombre | Tipo | Opcional | Descripción |
| :--- | :--- | :---: | :--- |
| **ogapi** | `InternalOpenGateAPI` | ❌ | Reference to the API object. |
| **source** | `string` | ❌ | Relative url where is located the resource. |
| **reponseJsonData** | `string` | ❌ | Relative url where is located the resource. |
| **error_not_found** | `string` | ❌ | String error which will be thrown on not_found error. |


---

