v1
latestOpenAPI 3.1.02026-07-2422707.0 MBList all opportunities
Supply the unique identifier of the center and the fields on which you want to filter the opportunities and this API will return the list of opportunities in that center.
Query parameters
Unique identifier of the center.
The number of pages on which you want the opportunity records to be retrieved and displayed.
The number of records in a single page.
Keywords for the retrieving the opportunities.
Unique identifier of the guest.
Unique identifier of the call disposition.
Date of the follow-up from which the API should list all the opportunities.
Date till which the API should retrieve all the opportunities.
Date when the opportunities were created.
Date of creation of the opportunities.
Unique identifier of the status of the opportunity.
Identifier of the priority of the opportunity.
Identifier of the source of the opportunity.
Last modified date of the opportunity.
Last modified date of the opportunity.
Response
200
Example response
{
"opportunities": [
{
"opportunity_id": "86c10c18-46e2-48a2-97da-08d43e430bde",
"opportunity_no": 69,
"opportunity_title": "28-March",
"center_name": "CME MGM",
"sales_owner": "Chennai_mgr mgr",
"stage_name": "Prospect",
"creation_date": "2018-04-03T04:00:01",
"followup_date": "2018-04-04T00:00:00",
"guest": {
"guest_id": "6dbb590f-5eba-403c-ab04-c5a55dd3521c",
"guest_name": "Kirity Chennai 2",
"guest_code": "G892537",
"phone_number": "9493467838"
},
"invoices": [
{
"invoice_id": "3d6b3587-a439-4fa9-94e5-3b06cc8a17c7",
"invoice_no": "Pro17108"
}
]
}
],
"total_records": 188
}