Status |
---|
colour | Green |
---|
title | Только для Хорошоп v4 |
---|
|
Функция Function icons/export/ (http<http://<DOMAIN><DOMAIN>>/api/icons/export/)
ПараметрыParameters:
token — ключ авторизации полученный через функцию auth
Ответ:
status — статус выполнения функции
response.icons — список иконок- authorization key obtained through the auth function
Response:
status - status of the function execution
response.icons - list of icons
response.icons[i].id — уникальный идентификатор стикера/иконки- unique identifier of sticker/icon
response.icons[i].title — название стикера/иконкиtitle - title of sticker/icon
response.icons[i].enabled — стикер/иконка включена
...
Query example http://<DOMAIN>/api/icons/export/ |
---|
: |
---|
Code Block |
---|
| {
"token": "43af1b7c04ec1372683baf4ef6152639"
} |
|
Пример ответа на запрос:Response example |
---|
Code Block |
---|
{
"status": "OK",
"response": {
"icons": [
{
"id": 1,
"title": " |
|
ХитBestseller",
"enabled": 1
},
{
"id": 3,
"title": " |
|
НовинкаNew",
"enabled": 1
},
{
"id": 4,
"title": " |
|
РаспродажаSale",
"enabled": 1
},
{
"id": 5,
"title": " |
|
Размерскидкиvalue",
"enabled": 1
},
{
"id": 6,
"title": " |
|
ВидеоVideo",
"enabled": 1
},
{
"id": 7,
"title": " |
|
Счетчикакцииcounter",
"enabled": 1
},
{
"id": 8,
"title": " |
|
«Оплатачастями»ПриватБанкаinstallments",
"enabled": 1
}
]
}
} |
|