Overview

Get the last stage for the Smart Guide template

Summary

This request will get the last stage for the Smart Guide template

Request Arguments

Name Type Description Required
module String Record module name True
record Object Object containing id of the current record True

Request Example

{
    "module": "DRI_Workflow_Templates",
    "record": {
        "id": "e00ce644-2ce5-11ed-8ea1-0242ac120006",
    },
}

Response

The response will be an object containing the following fields:
Name Type Description
Anonymous Array Last Stage bean fields

Response Example

{
    [
        "id" => "5ae66ac8-3369-11ed-a7a3-34cff6a7288f",
        "label" => "01. Phase 1 - Research",
        "name" => "Test Stage",
        "state" => "not_started",
        "sort_order" => 4,
        "score" => 50,
        "points" => 0,
        "progress" => 1,
        "momentum_ratio" => 1,
        "momentum_points" => 0,
        "momentum_score" => 0,
        "dri_subworkflow_template_id" => "f525e55c-f835-11e6-bd49-5254009e5526",
        "dri_subworkflow_template_name" => "Interactive Quick Deal",
    ]
}