Chatbot user feedback report using REST API
Which includes the following parameters:
Parameter | Description |
---|---|
dataPageType |
Note: Do not change the value of this parameter. |
pageSize |
|
startIndex |
For example: If startIndex=0 and pageSize=-1, the dataPageQuery will return the all the events based on the criteria specified. |
eventDefinition | Specifies fully qualified event name. |
fromDate | yyyy-MM-ddTHH:mm:ss.SSS. The date must be in UTC format. For example: 2019-10-01T10:00:00.000 |
toDate | yyyy-MM-ddTHH:mm:ss.SSS. The date must be in UTC format. For example: 2019-10-31T10:00:00.000 |
Example 1
To fetch the retrieve/fetch the user feedback events, use the following REST API call:
In this example, all events from com.bmc.dsm.chatbot:User Feedback will be fetched from date 10 am on 1st October 2019 to 10 am on 31st October 2019.