organization_manufacturer
This section covers the manufacturer finder and model, and the model finder and model.
This section covers the manufacturer finder and model, and the model finder and model.
This class allows making GET requests to the hardware manufacturers resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Marks visibility administrable for manufacturer list retrieval
Tipo: this
Marks visibility assignable for manufacturer list retrieval
Tipo: this
Retrieves all manufacturer from a organization
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization name . |
Tipo: Promise
Retrieves a specific manufacturer
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | organization name . |
| identifier | string |
❌ | manufacturer name . |
Tipo: Promise
This is a base object that contains all you can do about Manufacturers.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Set the address attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| address | string |
❌ |
Tipo: Manufacturers
Set the description attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| description | string |
❌ | required field |
Tipo: Manufacturers
Set the email attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
string |
❌ |
Tipo: Manufacturers
Set the fax attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| fax | string |
❌ |
Tipo: Manufacturers
Set the identifier attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| id | string |
❌ | required field |
Tipo: Manufacturers
Set the name attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| name | string |
❌ | required field |
Tipo: Manufacturers
Set the notes attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| notes | string |
❌ |
Tipo: Manufacturers
Set the telephone attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| telephone | string |
❌ |
Tipo: Manufacturers
Set the url attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| url | string |
❌ |
Tipo: Manufacturers
This class allows making GET requests to the hardware models resource in the OpenGate North API.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Download a specific model by its id. This execute a GET http method
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| organization | string |
❌ | model organization . |
| manufacturer | string |
❌ | model manufacturer . |
| identifier | string |
❌ | model name . |
Tipo: Promise
This is a base object that contains all you can do about Models.
Constructor
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| ogapi | InternalOpenGateAPI |
❌ | Reference to the API object. |
Set the description attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| description | string |
❌ | required field |
Tipo: Models
Set the identifier attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| id | string |
❌ | required field |
Tipo: Models
Set the name attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| name | string |
❌ | required field |
Tipo: Models
Set the notes attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| notes | string |
❌ |
Tipo: Models
Set the url attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| url | string |
❌ |
Tipo: Models
Set the version attribute
| Nombre | Tipo | Opcional | Descripción |
|---|---|---|---|
| version | string |
❌ |
Tipo: Models