Get Wrapup Reason Code
- DarkLight
Get Wrapup Reason Code
- DarkLight
Article summary
Did you find this summary helpful?
Thank you for your feedback
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
.jpg?sv=2022-11-02&spr=https&st=2025-12-27T10%3A32%3A35Z&se=2025-12-27T10%3A42%3A35Z&sr=c&sp=r&sig=wOk%2BR36S8q2pS9ITJRLmrhgsvGGR1XAww5UU84FLLKE%3D)
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?