curl --request POST \
--url https://lawsuits.production.judit.io/requests/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"search": {
"search_type": "<string>",
"search_key": "<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": {}
},
"create_complete_request": true
}
}
}'
{
"has_lawsuits": true,
"request_id": "bd2be78e-2d04-4fad-ad85-b6058e7cc4f4",
"response_data": []
}
Consultando a Existência de Processos para o Documento em nosso datalake
curl --request POST \
--url https://lawsuits.production.judit.io/requests/create \
--header 'Content-Type: application/json' \
--header 'api-key: <api-key>' \
--data '{
"search": {
"search_type": "<string>",
"search_key": "<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": {}
},
"create_complete_request": true
}
}
}'
{
"has_lawsuits": true,
"request_id": "bd2be78e-2d04-4fad-ad85-b6058e7cc4f4",
"response_data": []
}
Show properties
Show properties
Show child attributes
{
"has_lawsuits": true,
"request_id": "bd2be78e-2d04-4fad-ad85-b6058e7cc4f4",
"response_data": []
}