v1

latestOpenAPI 3.1.02026-07-2422707.0 MB

Retrieve an opportunity

Supply the unique identifier of the opportunity as opportunity_id and this API will retrieve the details of it.

get/v1/opportunities/{opportunity_id}

Path parameters

opportunity_idstring required

Unique identifier of the opportunity.

Response

200

Example response

{
  "oppportunity": {
    "opportunity_id": "86c10c18-46e2-48a2-97da-08d43e430bde",
    "opportunity_title": "28-March",
    "opportunity_description": "28-March",
    "opportunity_user_id": "5b2a4f2a-489b-45bf-9fc7-b2d413c2870b",
    "opportunity_owner_id": "22acde81-9d93-4f2e-86b1-62c7e09f1824",
    "opportunity_type": "Others",
    "opportunity_no": 69,
    "creation_date": "2018-04-02T22:30:01",
    "expected_close_date": "2018-04-04T00:00:00",
    "followup_date": "2018-04-04T00:00:00",
    "created_by": "Kirity Owner",
    "sales_owner": "Chennai_mgr mgr",
    "ticket_id": "485e23d3-ffa8-48b0-83c3-7f89c4e6e6ab",
    "stage": {
      "stage_name": "Prospect",
      "stage_id": "5e61acfd-cde5-451e-b9bc-716b400453a4"
    },
    "priority": {
      "priority_name": "Medium",
      "priority_id": "f3283842-729e-469c-8539-818d179bb480"
    },
    "guest": {
      "guest_id": "6dbb590f-5eba-403c-ab04-c5a55dd3521c",
      "guest_name": "Kirity Chennai 2"
    },
    "center": {
      "center_id": "7aac6915-9252-4dbf-bbff-028e41836ea8",
      "center_name": "CME MGM"
    }
  }
}