● Case spine · v2 roadmap
Deadlines coming soon
Deadline engine: statute of limitations, filing deadlines, response windows. Push alerts on approach.
| POST | /v2/deadlines | Create deadline |
| GET | /v2/deadlines | List deadlines |
| GET | /v2/deadlines/{deadline_id} | Get deadline |
| PATCH | /v2/deadlines/{deadline_id} | Update deadline |
Create deadline
Create a deadline for a matter: statute of limitations, filing deadlines, response windows, hearing dates.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
List deadlines
List upcoming deadlines across matters. Filterable by urgency, type, and jurisdiction.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Get deadline
Retrieve deadline details including alert schedule and linked matter.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.
Update deadline
Update a deadline: extend, resolve, or reschedule.
This endpoint is mapped for the next version of the protocol. It currently returns 501 Not Implemented. The contract (path, method, and semantics) is stable; build against it.
# v2 planned: returns 501 until implemented 501 Not Implemented # Path and method are stable. # Build your integration now; # swap to live when we ship.