v1
latestOpenAPI 3.0.12026-07-22120163333.7 KBLead Transaction
List by Lead
Returns all transactions attached to the given lead.
get/v1.0/leads/{leadId}/transactions
Path parameters
leadIdinteger required
Lead ID. Must belong to the caller's team and be manageable by the caller.
Headers
Authorizationstring required
Bearer [access_token]
Response
List of transactions (may be empty).
Example response
[
{
"created": 1518078026000,
"updated": 1518078026000,
"transactionId": 10001,
"transactionName": "123 Main St",
"leadName": "Bob",
"assignedAgent": 100001,
"transactionType": "Purchase",
"homePrice": 1000000,
"transactionStatus": "Pre-contract",
"expectedCloseDate": 1508580010000,
"closeDate": 1508580010000,
"commissionRate": 3,
"gci": 5000,
"teamRevenue": 1000,
"agentRevenue": 4000,
"appointmentDate": 1508580010000,
"agreementSignedDate": 1508580010000,
"offerDate": 1508580010000,
"contractDate": 1508580010000,
"appraisalDate": 1508580010000,
"homeInspectionDate": 1508580010000,
"escrowDate": 1508580010000,
"expiration": 1508580010000
}
]