The startnote API is used to get detail for the Note form fields .
UI Reference: The API is called when the Note page is loaded.
URI: webapp-api-History?api=startnote
Access Rights Required: All agents
Name |
Type |
Description |
---|---|---|
interactionID |
String |
This parameter represents the id of interaction. |
segmentID |
String |
This parameter represents the id of the segment. |
topicID |
String |
This parameter represents the id of the topic. |
{ |
Name |
Type |
Description |
---|---|---|
errors |
Array |
An array of strings. Returns the error message if an error is encountered, otherwise a blank array if there is no error. |
errorsDetails |
Array |
An array of strings. Provides detailed information about the error encountered, otherwise returns a blank array if no error is encountered. |
interactionProperties |
Array |
This returns all properties and their values if property value set in interaction. |
caseProperties |
Array |
This returns all case properties and their values if property value set in interaction. |
caseProperties[].name |
String |
This represents the name of the property. |
caseProperties[].properties |
Array |
Array of Property details.see property data structure. |
caseProperties[].logins |
Number |
This property has a list of objects with login details including name and type of property value. |
caseProperties[].canModifyLogins |
Boolean |
This property represents rights of modification in logins. |
quotedBody |
String |
|
attachments |
Array |
This has all the attachments which are added in interaction. |
addresses |
Array |
All email addresses of users. |
responsesAgent |
Array |
List of all default responses saved by Agent. |
responsesAgent[].id |
String |
This returns the id of interaction. |
responsesAgent[].name |
String |
This represents the name of the property. |
responsesAgent[].description |
String |
Description about response. |
responsesAgent[].bodyHtml |
String |
This is body content of message with html format |
responsesSegment |
Array |
List of all default responses saved under segment. |
responsesSegment[].id |
String |
This has the value of the segment id in which interaction belongs to. |
responsesSegment[].name |
String |
This has the value of the segment name in which interaction belongs to. |
responsesSegment[].description |
String |
Description about response. |
responsesSegment[].bodyHtml |
String |
This is body content of message with html format |
Response Example
{ |