/api/v2/bpm/texts/emptyinfo
Метод возвращает количество отсутствующих переводов у алиасов для каждого языка
Query Parameters
- offset integer
Параметр содержащий порядковый номер элемента, после которого будут показаны остальные результаты
Example: 1 - limit integer
Параметр содержащий максимальное кол-во элементов в ответе
Example: 100
Responses
- 200
- 401
OK
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 1,
"message": "",
"response": {
"fieldsNumber": 3221,
"default_lang": null,
"emptyInfo": [
{
"langId": 2,
"langName": "en",
"emptyFieldsNumber": 353
},
{
"langId": 30,
"langName": "French",
"emptyFieldsNumber": 3220
}
],
"offset": 1,
"total": 3,
"all": 2
},
"preparingsTime": 0.1
}
Unauthorized
- application/json
- Schema
- Example (from schema)
- Example
Schema
- object
{}
{
"status": 0,
"message": "Authentication credentials were not provided.",
"response": {
"detail": "Authentication credentials were not provided."
},
"preparingsTime": 0.002
}
Loading...