Methods
(async, static) allConfiguration(req, count) → {object}
- Source:
All Configurations
Parameters:
Name | Type | Description |
---|---|---|
req |
object | request data |
count |
string | count for the pagination |
Returns:
sql response
- Type
- object
(async, static) configurationOperation(req) → {object}
- Source:
All Single Configuration
Parameters:
Name | Type | Description |
---|---|---|
req |
object | req object |
Returns:
sql response
- Type
- object
(async, static) getConfigurationbyId(id) → {object}
- Source:
All Single Configuration
Parameters:
Name | Type | Description |
---|---|---|
id |
number | ID which the configuration has to be fetched |
Returns:
sql response
- Type
- object