Opportunities

Get Opportunities

GET https://api.theairr.com/opp

This endpoint allows you to get information about all Opportunities in the Organization.

Headers

{
    "id": b8229d06-008d-4881-8732-0dd72901c34e,
    "fundId": 56eb0247-c3c6-473b-b0b4-eb15ae2665c0,
    "fundName": "Kamchatka Fund I",
    "name": "Some NewCo",
    "stageId": c193ce9d-6623-4c1e-a50d-85c8e056a206,
    "stageName": "Term Sheet",
    "stageType": "In Progress",
    "responsible": "Ivan Ivanov",
    "amount": 2000000,
    "nextStep": "Sign the docs",
    "source": "Salesforce",
    "industryNames": [
        "AI", "BigData", "CyberSecurity"
    ]
}

Get Opportunity

GET https://api.theairr.com/opp/:oppId

This endpoint allows you to get information about a particular Opportunity.

Query Parameters

Headers

{
    "id": b8229d06-008d-4881-8732-0dd72901c34e,
    "fundId": 56eb0247-c3c6-473b-b0b4-eb15ae2665c0,
    "fundName": "Kamchatka Fund I",
    "name": "Some NewCo",
    "stageId": c193ce9d-6623-4c1e-a50d-85c8e056a206,
    "stageName": "Term Sheet",
    "stageType": "In Progress",
    "responsible": "Ivan Ivanov",
    "amount": 2000000,
    "nextStep": "Sign the docs",
    "source": "Salesforce",
    "industryNames": [
        "AI", "BigData", "CyberSecurity"
    ]
}

Last updated