Retrieve a config list
Retrieve a config list.
Authorizations:Token, JWT
Query Parameters
| page | integerDefault: 1The collection page number | 
| itemsPerPage | integer>= 0Default: 30The number of items per page | 
Responses
200Config collection
Response schema: 
Config collection Array
| id | string | 
| name | string | 
| category | string | 
| value | string | 
401Unauthorized
Response schema: 
Unauthorized | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null | 
500Internal error
Response schema: 
Internal error | type | string | 
| title | string | 
| detail | string or null | 
| instance | string or null |