v1

latestOpenAPI 3.0.02026-08-061280285.2 KB
Client APIs

Lists all Company statuses.

Note: This API endpoint is deprecated and will be removed in future. Please use /api/external/client/status/list instead.<br/>

get/api/external/status/list

Query parameters

include_countstring

Count of total records

Headers

RF-Api-Keystring

Response

Auto generated using Swagger Inspector

{"stackTrail":"paths:/api/external/status/list:get:responses:200:content:application/json:schema","oasType":"schema","type":"unknown","example":{"data":[{"id":1,"name":"Prospect"},{"id":2,"name":"Lead"},{"id":3,"name":"In progress"},{"id":4,"name":"Won"},{"id":5,"name":"Lost"}],"total_items":5}}

Example response

{
  "data": [
    {
      "id": 1,
      "name": "Prospect"
    },
    {
      "id": 2,
      "name": "Lead"
    },
    {
      "id": 3,
      "name": "In progress"
    },
    {
      "id": 4,
      "name": "Won"
    },
    {
      "id": 5,
      "name": "Lost"
    }
  ],
  "total_items": 5
}