List Desk Decisions
GET /desk/decisions
GET
/desk/decisions
This rep’s pending queue, ranked.
source_group and source are a family/exact pair, not synonyms:
source_group=forms matches every form signal, source=form_submitted
matches one.
An omitted filter is passed as a real None. The app’s own comment warns
that a Query(None) sentinel is TRUTHY and would reach the repository as
a filter value - so absent must stay absent all the way down.
Authorizations
Parameters
Query Parameters
Header Parameters
Responses
200
Successful Response
object
data
required
A page of decision cards.
object
decisions
Array<object>
One card in the queue: something the desk thinks a rep should do next.
object
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
null
422
Validation Error
object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string