List Renewal Decisions
Terms still awaiting a renewal decision, soonest deadline first.
Declared above GET /{contract_id}: FastAPI matches in declaration order, so below it renewals parses as a contract UUID and 422s.
Read-only, gated by the router's auth only — general.file.write gates recording a decision, and requiring it here would stop a user who can see the contract from being told a decision is due on it.
Every filter defaults off, so unqualified this is "every outstanding decision in the company". My Services asks for both filters: its owner's queue is what they were written to about and have not finished.
Query parameters
Only terms this user is an assignee of, resolved the same way the reminder digest resolves who to email.
Only terms this user is an assignee of, resolved the same way the reminder digest resolves who to email.
Only terms whose reminder ladder has reached one of its dates — the decisions the assignees have already been asked about.
Only terms whose reminder ladder has reached one of its dates — the decisions the assignees have already been asked about.
Response
Successful Response
Changes
No recorded changes to this endpoint across all 1 revision of this API.