Get Wrapup Reason Code
    • Dark
      Light

    Get Wrapup Reason Code

    • Dark
      Light

    Article summary

    Overview

    This API allows the Agent to get the assigned wrap-up Reason Code.

    Pre-requisite

    The agent must be in the LoggedIn state.

    Sequence Diagram

    Message Structure

    Request Parameters

    Value

    channel

    Cisco

    topic

    Agent

    subtopic

    GetWrapupReasonCode

    source

    «app-name-broadcasting-this-message»

    data

    Not Applicable

    Data Parameters

    Parameter

    Data Type

    Description

    Sample Value

    No data parameters

    Response Parameters

    Response Parameters

    Value

    channel

    Cisco

    topic

    Agent

    subtopic

    SetWrapupCode

    message

    «JSON Object»

    Sample Request

    {
        "channel": "Cisco",
        "topic": "Agent",
        "subtopic": "GetWrapupReasonCode"
    }

    Sample Response

    {
        "channel": "Cisco",
        "topic": "Agent",
        "subtopic": "SetWrapupCode",
        "message": 
        {
            "packet": "WrapUpCodes",
            "data": 
            [
                {
                    "uri": "/finesse/api/User/834108959/WrapUpReason/1",
                    "label": "Inprogress",
                    "forAll": "true"
                },
                {
                    "uri": "/finesse/api/User/834108959/WrapUpReason/2",
                    "label": "Completed",
                    "forAll": "true"
                },
                {
                    "uri": "/finesse/api/User/834108959/WrapUpReason/3",
                    "label": "Pending",
                    "forAll": "true"
                },
                {
                    "uri": "/finesse/api/User/834108959/WrapUpReason/4",
                    "label": "Clerical work",
                    "forAll": "true"
                },
                {
                    "uri": "/finesse/api/User/834108959/WrapUpReason/5",
                    "label": "DataEntry",
                    "forAll": "true"
                }
            ]
        }
    }


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.