The getnext API is used to get the next message in My Message Inbox Menu.
UI Reference: The API is called when the get next button is clicked on any page.
URI: webapp-api-mq-myqueue?api=getnext
Name |
Type |
Description |
---|---|---|
__TZO__ |
String |
Not used |
_pageAction |
String |
This parameter represents the action name which is performed from the page. |
_pageName |
String |
This parameter represents the page name. |
{ |
Name |
Type |
Description |
---|---|---|
id |
String |
The id of interaction. |
details |
Object |
This returns all details of the object of interaction. |
details[].id |
String |
This returns the id of interaction. |
details[].threadID |
String |
The id of the case that the interaction is in. If its the same as id, then its the root interaction. |
details[].customerID |
String |
This returns the id of the customer. |
details[].customerName |
String |
This returns the name of the customer. |
details[].fromAddress |
String |
Email address who has initiated the interaction. |
details[].date |
String |
This returns the date of interaction. |
details[].subject |
String |
This returns the subject of interaction. |
details[].subjectBare |
String |
The subject without the reference number prepended. |
details[].type |
String |
This is a type of interaction like Agent Email or Note or Ticket. |
details[].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. |
details[].status |
String |
This is the status value of interaction according to interaction type. |
details[].topicID |
String |
This has the value of topic id in which interaction belongs to. |
details[].topicName |
String |
This has the value of the topic name in which interaction belongs to. |
details[].agentName |
String |
This has an email address who has initiated the interaction. |
details[].assignedToID |
String |
This has an id of an agent who has been assigned to this interaction. |
details[].segmentID |
String |
This has the value of the segment id in which interaction belongs to. |
details[].segmentName |
String |
This has the value of the segment name in which interaction belongs to. |
details[].properties |
Array |
This returns all properties and their 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. |
{ |