The getapprove API is used to approving the answers of the questions asked by customers.
UI Reference: The API is called when the ''Submit'' button is clicked on the my message inbox page.
URI: webapp-api-mq-myqueue?api=getapprove
Name |
Type |
Description |
---|---|---|
__TZO__ |
String |
This shows Time Zone Offset. |
__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 |
|
details |
Object |
This returns all details of the object of interaction. |
details[].id |
String |
This returns the id of interaction. |
details[].threadID |
String |
|
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 |
|
details[].type |
String |
This is a type of interaction like Agent Email or Note or Ticket. |
details[].tags |
Array |
|
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 |
Number |
|
numCanApprove |
Number |
{ |