curl --request POST \
--url https://tracking.prod.judit.io/tracking \
--header 'Content-Type: application/json' \
--data '{
"recurrence": 123,
"search": {
"search_type": "<string>",
"search_key": "<string>",
"response_type": "<string>",
"cache_ttl_in_days": 123,
"search_params": {
"lawsuit_instance": 123,
"masked_response": "<string>",
"filter": {
"side": "<string>",
"distribution_date_gte": "<string>",
"amount_gte": 123,
"amount_lte": 123,
"tribunals": {
"keys": [
{}
],
"not_equal": true
},
"subject_codes": {
"keys": [
{}
],
"not_equal": true
},
"classification_codes": {
"keys": [
{}
],
"not_equal": true
}
},
"credential": {
"customer_key": "<string>"
}
}
}
}'
{
"tracking_id": "754f02d7-e346-48e2-a23e-4455a11af41e",
"user_id": "454bbd51-3f8a-4889-b45f-54a78e312257",
"status": "created",
"recurrence": 1,
"search":{
"search_type":"lawsuit_cnj",
"search_key":"0027400-51.2009.5.03.0135",
"search_params": {}
},
"created_at": "2023-10-17T15:17:05.826Z",
"updated_at": "2023-10-17T15:17:05.826Z"
}
Esse endpoint cria um monitoramento de processos por documento(CPF, CNPJ, OAB) ou Código CNJ
curl --request POST \
--url https://tracking.prod.judit.io/tracking \
--header 'Content-Type: application/json' \
--data '{
"recurrence": 123,
"search": {
"search_type": "<string>",
"search_key": "<string>",
"response_type": "<string>",
"cache_ttl_in_days": 123,
"search_params": {
"lawsuit_instance": 123,
"masked_response": "<string>",
"filter": {
"side": "<string>",
"distribution_date_gte": "<string>",
"amount_gte": 123,
"amount_lte": 123,
"tribunals": {
"keys": [
{}
],
"not_equal": true
},
"subject_codes": {
"keys": [
{}
],
"not_equal": true
},
"classification_codes": {
"keys": [
{}
],
"not_equal": true
}
},
"credential": {
"customer_key": "<string>"
}
}
}
}'
{
"tracking_id": "754f02d7-e346-48e2-a23e-4455a11af41e",
"user_id": "454bbd51-3f8a-4889-b45f-54a78e312257",
"status": "created",
"recurrence": 1,
"search":{
"search_type":"lawsuit_cnj",
"search_key":"0027400-51.2009.5.03.0135",
"search_params": {}
},
"created_at": "2023-10-17T15:17:05.826Z",
"updated_at": "2023-10-17T15:17:05.826Z"
}
Show properties
Show properties
Show child attributes
{
"tracking_id": "754f02d7-e346-48e2-a23e-4455a11af41e",
"user_id": "454bbd51-3f8a-4889-b45f-54a78e312257",
"status": "created",
"recurrence": 1,
"search":{
"search_type":"lawsuit_cnj",
"search_key":"0027400-51.2009.5.03.0135",
"search_params": {}
},
"created_at": "2023-10-17T15:17:05.826Z",
"updated_at": "2023-10-17T15:17:05.826Z"
}