POST
/
requests
/
count
curl --request POST \
  --url https://lawsuits.prod.judit.io/requests/count \
  --header 'Content-Type: application/json' \
  --header 'api-key: <api-key>' \
  --data '{
  "search": {
    "search_type": "<string>",
    "search_key": "<string>",
    "response_type": "<string>",
    "search_params": {
      "lawsuit_instance": 123,
      "filter": {
        "side": "<string>",
        "distribution_date_gte": "<string>",
        "amount_gte": 123,
        "amount_lte": 123,
        "tribunals": {
          "keys": [
            {}
          ],
          "not_equal": true
        },
        "subject_codes": {
          "conteins": [
            {}
          ],
          "not_contains": true
        },
        "classification_codes": {
          "keys": [
            {}
          ],
          "not_equal": true
        },
        "last_step_date_gte": "<string>",
        "last_step_date_lte": "<string>",
        "party_names": {},
        "party_documents": {}
      },
      "credential": {
        "customer_key": "<string>"
      }
    }
  }
}'
    {
        "total": 2
    }
    {
        "total": 2
    }