listDeadlines
GET/_x/query/list-deadlines
Miembro de la firmaPermiso: deadline:readHerramienta MCP: listDeadlines
The caller's firm's deadlines (términos) under Ley 2213 art. 8, one row per notification × recipient: surtidaOn (envío + 2 días hábiles), termStartsOn (next día hábil) and termEndsOn (vencimiento, after termDays días hábiles), all YYYY-MM-DD in America/Bogota, skipping weekends, festivos, vacancia judicial and court closures. status 'blocked_bounce' means the recipient bounced: NOT notified, no dates. Filter by caseId, and by vencimiento day with from/to (YYYY-MM-DD, inclusive). Soonest vencimiento first. The dates are an ESTIMATE — always tell the user the judge decides (disclaimerKey), and cite calendarVersion + inputsSha256 when quoting one. Read-only.
| Nombre | Dónde | Tipo | Obligatorio |
|---|---|---|---|
caseId | Consulta | string (uuid) | No |
from | Consulta | string | No |
limit | Consulta | integer 1–500 | No |
orgId | Consulta | string (uuid) | Sí |
to | Consulta | string | No |
_first | Consulta | integer 1–10000page size; present, the response is the page envelope rather than the bare rows (1 to 10000) | No |
_after | Consulta | stringthe endCursor a previous page answered; needs _first | No |
curl 'https://www.notificado.co/_x/query/list-deadlines?orgId=<orgId>' \
-b cookies.txtconst response = await fetch('https://www.notificado.co/_x/query/list-deadlines?orgId=<orgId>', {
headers: { cookie: sessionCookie },
});
const result = await response.json();Ejemplo de respuesta
[
null
]Errores
400X_INPUT_INVALID or X_CURSOR_INVALID403policy denied