Skip to content

List Completed Desk Decisions

GET
/desk/decisions/completed

What this rep finished today, in their local day.

Authorizations

Parameters

Query Parameters

limit
integer
default: 20 >= 1 <= 50
tz_offset

The rep’s UTC offset in MINUTES (local = UTC + tz_offset). A batch is scoped to the rep’s local day; a wrong offset silently returns the wrong day rather than erroring.

integer
>= -840 <= 840

The rep’s UTC offset in MINUTES (local = UTC + tz_offset). A batch is scoped to the rep’s local day; a wrong offset silently returns the wrong day rather than erroring.

Header Parameters

X-Target-Org-Id
Any of:
string

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
created_at
Any of:
string format: date-time
decision_type
Any of:
string
entity_id
Any of:
string
entity_type
Any of:
string
id
Any of:
string
priority
Any of:
number
resolved_at
Any of:
string format: date-time
snoozed_until
Any of:
string format: date-time
source
Any of:
string
source_group
Any of:
string
status
Any of:
string
summary
Any of:
string
title
Any of:
string
key
additional properties
any
total
integer
key
additional properties
any
pagination
Any of:
object
has_next
required

Whether there are more pages

boolean
limit
required

Items per page

integer
next_cursor
Any of:
string
page
required

Current page number (1-indexed)

integer
total
required

Total number of items

integer

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string