Search Opportunity
POST /v2/opportunity/get
This API returns a list of opportunities that satisfy the search parameters provided. By default, only the first 50 searched opportunity will be returned.
The Opportunity's name.
The start date and time of an opportunity.
The end date and time of an opportunity.
Opportunity number to be specified which will be used to get an opportunity.
Quote number to be specified which will be used to get an opportunity.
The Id owner of an opportunity that is available in your Priava account. The owner must exist in your Priava Account.
The id of an identifier of an opportunity that is available in your Priava account. The identifier must exist in your Priava Account.
The array of the venues id's present in an opportunity to be searched.
The created date and time of the opportunities to be searched. The API will search for opportunities created after this date.
The updated date and time of the opportunities to be searched. The API will search for opportunities updated after this date.
The status change date and time of the opportunities to be searched. The API will search for opportunities whose status has been changed after this date.
This is to be passed along with StatusChangedDate. When true, the search result will contain only those opportunities whose statuses have been updated.
The Page Number of the Opportunity list results.
If Offset is specified then it will fetch the next number of records after offset and skip the previous records, for e.g If there are 50 records and offset is 10 then records will be fetched from 11 to 50.
Note: If Offset is specified then PageNo parameter is ignored.
The number of records per page.
The sorting of data as per the fields provided.