WsSystemDefault
Returns System default settings
URL Format
/ws/ws_system_default/api/{app_token}/mode/json/apiv/5/
Parameters
Name |
Req |
Type |
Description |
app_token |
|
string |
Global App token |
apiv |
|
integer |
The api version; only version 5 supported. |
Request Headers
Possible Responses
- 10 Invalid Parameters!
- 100 Invalid user token
- 101 Invalid client token
- 102 Invalid app token
- 103 Authentication Required.
Example Response
{
"response": {
"success": {
"code": 646,
"message": "System Defaults Found",
"details": ""
},
"WsSystemDefaultResponse": {
"systemDefault": [
{
"class": "SystemDefault",
"id": 1,
"name": "testDefault",
"value": "test"
}
]
}
}
}