Opportunity Statuses

Retrieve all opportunity statuses

Retrieve all opportunity statuses.

Required scopes: flex.community.opportunityStatuses.read

get/api/v2/organizations/{orgSlug}/opportunity-statuses

Path parameters

orgSlugstring required

organization slug

Query parameters

$selectstring
Example:recipient,sender

Select fields to return

$cursorNextstring
$cursorPrevstring
$limitnumber

Response

rangeStartnumber
rangeEndnumber
cursorNextstring
cursorPrevstring

Example response

{
  "results": [
    {
      "_id": "6a59d07f856fad4ee41952e6",
      "description": "Open",
      "probability": 50
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.