Get Deal Detail
GET /deals/{deal_id}/detail
GET
/deals/{deal_id}/detail
The full deal record the detail page reads.
Authorizations
Parameters
Path Parameters
deal_id
required
Deal id.
string
Deal id.
Query Parameters
include_revision
Include the optimistic-concurrency revision. Null in the response means this org has no revision tracking, so a save is unconditional - it does NOT mean revision 1.
boolean
Include the optimistic-concurrency revision. Null in the response means this org has no revision tracking, so a save is unconditional - it does NOT mean revision 1.
Header Parameters
Responses
200
Successful Response
object
data
required
One deal, with the related data the detail page reads.
revision is the optimistic-concurrency token. It is None when the org
has no canonical revision tracking provisioned - the app degrades rather
than 503ing a read - and a null there means an unconditional save, NOT
revision 1. Do not default it.
object
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