List Account Deals
GET /accounts/{account_id}/deals
GET
/accounts/{account_id}/deals
Deals on one account.
No per-record gate: a LIST is filtered by deal_scope, which the app
handler takes as a parameter and applies itself. Gating row by row here
would be both redundant and wrong - there is no single deal id to check.
Authorizations
Parameters
Path Parameters
account_id
required
Account id.
string
Account id.
Header Parameters
Responses
200
Successful Response
object
data
required
A page of deals on one account.
object
deals
Array<object>
One deal as it appears in a list.
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