v1

latestOpenAPI 3.0.22026-07-17373198641.7 KB
document
v1

get/api/v1/document/document-types/stats/

Response

count_of_itemsinteger required
count_of_filtered_itemsinteger required

Example response

[
  {
    "data": {
      "code": "code",
      "detector_use_regexps_only_pcnt": 2.027123023002322,
      "detector_field_based_regexps_count": 9.965781217890562,
      "detector_disabled_count": 7.061401241503109,
      "detector_use_formula_only_count": 4.145608029883936,
      "hidden_always_pcnt": 2.3021358869347655,
      "detector_mlflow_model_pcnt": 8.762042012749001,
      "detector_text_based_ml_only_pcnt": 6.84685269835264,
      "title": "title",
      "hidden_always_count": 5,
      "detector_fields_based_prob_ml_only_pcnt": 5.025004791520295,
      "uid": "046b6c7f-0b8a-43b9-b35d-6489e6daee91",
      "detector_mlflow_model_count": 6.683562403749608,
      "detector_text_based_ml_only_count": 1.4894159098541704,
      "detector_fields_based_prob_ml_only_count": 4.965218492984954,
      "fields_count": 0,
      "detector_use_formula_only_pcnt": 7.386281948385884,
      "hide_until_python_pcnt": 5.637376656633329,
      "detector_disabled_pcnt": 9.301444243932576,
      "fields_data": [
        "{}",
        "{}"
      ],
      "detector_use_regexps_only_count": 3.616076749251911,
      "detector_fields_based_ml_only_count": 7.457744773683766,
      "detector_fields_based_ml_only_pcnt": 1.1730742509559433,
      "detector_field_based_regexps_pcnt": 9.369310271410669,
      "hide_until_python_count": 1,
      "detectors_count": 6,
      "detector_regexp_table_pcnt": 1.0246457001441578,
      "detector_regexp_table_count": 1.2315135367772556
    },
    "count_of_items": 9,
    "count_of_filtered_items": 6
  }
]