POST api/Config/Index
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| req | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{
"keys": [
"sample string 1",
"sample string 2",
"sample string 3"
]
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Response body formats
application/json, text/json
Sample:
{
"rcrm": {
"RC": 1,
"RM": "sample string 2"
},
"results": {
"config_info": [
{
"title": "sample string 1",
"key": "sample string 2",
"type": "sample string 3",
"value": "sample string 4",
"image": {
"width": 1,
"height": 2,
"url": "sample string 3"
},
"sorting_rank": 5,
"edit_datetime": "sample string 6"
},
{
"title": "sample string 1",
"key": "sample string 2",
"type": "sample string 3",
"value": "sample string 4",
"image": {
"width": 1,
"height": 2,
"url": "sample string 3"
},
"sorting_rank": 5,
"edit_datetime": "sample string 6"
},
{
"title": "sample string 1",
"key": "sample string 2",
"type": "sample string 3",
"value": "sample string 4",
"image": {
"width": 1,
"height": 2,
"url": "sample string 3"
},
"sorting_rank": 5,
"edit_datetime": "sample string 6"
}
]
}
}