Skip to main content
GET
Portfolio analytics

Autorizaciones

Authorization
string
header
requerido

Use Authorization: Bearer YOUR_API_KEY

Parámetros de consulta

office
string

Partial match on the judicial office (despacho).

status
enum<string>

Monitoring status of the case in your portfolio. TRACKING: actively monitored for new actuaciones. NOT_TRACKING: monitoring paused.

Opciones disponibles:
TRACKING,
NOT_TRACKING
priority
enum<string>

Filter by priority. Priority is a personal flag each dashboard user sets on their own cases, so it has no organization-level value: NONE matches every case, while HIGH and MEDIUM are accepted but match no rows for API callers.

Opciones disponibles:
HIGH,
MEDIUM,
NONE
city
string

City name, accent and case insensitive (e.g. Bogotá, Medellin). An unrecognized city returns 400.

date_from
string<date>

ISO 8601 date. Only cases filed on or after this date.

date_to
string<date>

ISO 8601 date. Only cases filed on or before this date.

days
integer
predeterminado:90

Window, in days back from today, for the actions.by_period timeline (default 90, max 3650).

Rango requerido: 1 <= x <= 3650
granularity
enum<string>
predeterminado:day

Bucket size for actions.by_period.

Opciones disponibles:
day,
month,
year

Respuesta

Successful response

data
object
requerido