Deal
Retrieve a deal by its ID.
Authentication
AuthorizationBearer
Bearer authentication of the form Bearer <token>, where token is your auth token.
Path Parameters
group_id
deal_id
Response
Successful Response
round_name
The name of the round
id
company
files
notes
Notes about the deal
priority
The priority of the deal
Allowed values:
status
Deal status tracking where a deal is in the diligence workflow.
NOTE: We use lowercase values everywhere (DB and API) to keep things simple.
No case conversion needed - what the user sends is what we store.
The members are lower case because sqlalchemy uses the member names, not the values.
In the future, we're going to want to make all enums in the database consistent.
In this case since it's also used in search and filtering, it's important to get it right *now*.
round_amount
The dollar amount to be raised of the round
round_target
The target post-money dollar amount of the round
company_summary
The summary of the company
deal_lead_id
The id of the user who is the deal lead
created_at
updated_at
is_archived
data
categories
deal_lead

