The inboxes API is used to display inbox messages for agents.
UI Reference: This API is used in the My Work Queue pages.
URI: webapp-api-mq-myqueue?api=inboxes
Access Rights Required:
Name |
Type |
Description |
---|---|---|
_pageAction |
String |
This parameter represents the action name which is performed from the page. |
{ |
Name |
Type |
Description |
---|---|---|
inbox |
Array |
This returns a list of objects with all message details. |
inbox[].id |
String |
This returns the id of interaction. |
inbox[].threadID |
String |
The id of the case that the interaction is in. If its the same as id, then its the root interaction. |
inbox[].customerID |
String |
This returns the id of the customer. |
inbox[].customerName |
String |
This returns the name of the customer. |
inbox[].fromAddress |
String |
Email address who has initiated the interaction. |
inbox[].date |
String |
This returns the date of interaction. |
inbox[].subject |
String |
This returns the subject of interaction. |
inbox[].subjectBare |
String |
The subject without the reference number prepended. |
inbox[].type |
String |
This is a type of interaction like Agent Email or Note or Ticket. |
inbox[].tags |
Array |
Tags are used to label interactions for special display. For example, open quote tickets contain a tag to mark for display in the open Quotes pages. |
inbox[].status |
String |
This is the status value of interaction according to interaction type. |
inbox[].topicID |
String |
This has the value of topic id in which interaction belongs to. |
inbox[].topicName |
String |
This has the value of the topic name in which interaction belongs to. |
inbox[].agentName |
String |
This has an email address who has initiated the interaction. |
inbox[].assignedToID |
String |
it represents the ID of user to which assigned. |
inbox[].segmentID |
String |
This has the value of the segment id in which interaction belongs to. |
inbox[].segmentName |
String |
This has the value of the segment name in which interaction belongs to. |
inbox[].properties |
String |
This returns all properties and their values if property value set in interaction. |
inbox[].properties[].propertyID |
String |
This returns all property id if property value set in interaction. |
inbox[].properties[].values |
Array |
This returns all property values if property value set in interaction. |
numCanGet |
Integer |
It returns the total count/number of get next button. |
numCanApprove |
Integer |
It returns the total count/number of get next QA button. |
{ |