GET v1/selAccountSettings?AccountID={AccountID}
Метод для отримання всіх налаштувань акаунта
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID | integer |
None. |
Body Parameters
None.
Response Information
Resource Description
Повертає об'єкт (тип, значення) налаштувань
Dictionary of integer [key] and Object [value]Response Formats
application/json, text/json
Sample:
{
"1": {},
"3": {}
}