Перейти к основному содержанию
GET
/
v1
/
crm
/
metrics
/
services
/
general
cURL
curl --request GET \
  --url https://api.example.com/v1/crm/metrics/services/general/
{
  "prediction": "<string>",
  "profit": "<string>",
  "count": 0,
  "days": 0
}

Ответ

200 - application/json
prediction
string<decimal>
обязательно
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
profit
string<decimal>
обязательно
Pattern: ^-?\d{0,14}(?:\.\d{0,2})?$
count
integer
по умолчанию:0
days
integer
по умолчанию:0