Retrieve a pipeline

Retrieve an existing pipeline

By default, deal stages for the pipeline are also returned in the response.

{
  "dealGroup": {
    "allgroups": "1",
    "allusers": "0",
    "autoassign": "1",
    "cdate": "2017-03-30T12:11:30-05:00",
    "currency": "eur",
    "id": "4",
    "links": {
      "dealGroupGroups": "/api/3/dealGroups/4/dealGroupGroups",
      "dealGroupUsers": "/api/3/dealGroups/4/dealGroupUsers",
      "stages": "/api/3/dealGroups/4/stages"
    },
    "stages": [
      "9",
      "10",
      "11"
    ],
    "title": "Qualifications",
    "udate": "2017-03-30T13:44:32-05:00"
  },
  "dealStages": [
    {
      "cardRegion1": "title",
      "cardRegion2": "next-action",
      "cardRegion3": "show-avatar",
      "cardRegion4": "contact-fullname-orgname",
      "cardRegion5": "value",
      "cdate": null,
      "color": "18D499",
      "dealOrder": "next-action DESC",
      "group": "4",
      "id": "9",
      "links": {
        "group": "/api/3/dealStages/9/group"
      },
      "order": "1",
      "title": "To Contact",
      "udate": null,
      "width": "280"
    },
    {
      "cardRegion1": "title",
      "cardRegion2": "next-action",
      "cardRegion3": "show-avatar",
      "cardRegion4": "contact-fullname-orgname",
      "cardRegion5": "value",
      "cdate": null,
      "color": "32B0FC",
      "dealOrder": "next-action DESC",
      "group": "4",
      "id": "10",
      "links": {
        "group": "/api/3/dealStages/10/group"
      },
      "order": "2",
      "title": "In Contact",
      "udate": null,
      "width": "280"
    },
    {
      "cardRegion1": "title",
      "cardRegion2": "next-action",
      "cardRegion3": "show-avatar",
      "cardRegion4": "contact-fullname-orgname",
      "cardRegion5": "value",
      "cdate": null,
      "color": "E6CE4B",
      "dealOrder": "next-action DESC",
      "group": "4",
      "id": "11",
      "links": {
        "group": "/api/3/dealStages/11/group"
      },
      "order": "3",
      "title": "Follow Up",
      "udate": null,
      "width": "280"
    }
  ]
}
Language
Authorization
Header
URL