Examples

GET /v1/types/opportunity_states
{
   "message":null,
   "result":[
      {
         "opportunityStateTypeId":1,
         "opportunityStateType":"Override On",
         "displayOpportunityStateType":"Override On"
      },
      {
         "opportunityStateTypeId":2,
         "opportunityStateType":"Review Assignments Visible",
         "displayOpportunityStateType":"Review Assignments Visible"
      },
      {
         "opportunityStateTypeId":3,
         "opportunityStateType":"Reviews Viewable",
         "displayOpportunityStateType":"Reviews Viewable"
      },
      {
         "opportunityStateTypeId":4,
         "opportunityStateType":"Ready",
         "displayOpportunityStateType":"Ready"
      },
      {
         "opportunityStateTypeId":5,
         "opportunityStateType":"Upcoming",
         "displayOpportunityStateType":"Upcoming"
      }
   ]
}

Returns

Code: 200

Description:

OK

Param name Description
opportunityStateTypeId
required

Validations:

  • Must be a Integer

opportunityStateType
required

Validations:

  • Must be a String

displayOpportunityStateType
required

Validations:

  • Must be a String