Thank you for supporting the Cloud Customer Connect Community in 2024. It's a gift to work with you!

Look back
You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

Unable To Retrieve Incident Queue Statistics From Oracle Service Cloud.

edited Sep 29, 2016 10:05AM in Reporting & Analytics for B2C Service 3 comments

Content

Hi guys,

I want to retrieve incidents queue statistics like chat queue statistics with help of Rest API end point.

For this I have been through with oracle Rest  API "http://docs.oracle.com/cloud/february2016/servicecs_gs/CXSVC/" and found a end point for this.

But I am not sure in this because this statistics data field not look like chat queue statistics data field so please correct me if I am wrong.

Please guide me how can I retrieve incident queue statistics data?

Thanks

 

Version

I am using version "v1.3" of REST API

Code Snippet

             URI: https://xyz.com/services/rest/connect/v1.3/analyticsReportResults

Request Body:{"id":120}

Response Body":
{
  "count": 182,
  "name": "Incidents",
  "columnNames": [
    "Subject",
    "Status",
    "Full Name",
    "Queue",
    "Date Last Updated",
    "Reference #",
    "Weight"
  ],
  "rows": [
    [
      "HMS | DO | Test",
      "Unresolved",
      null,
      "Tier 1",
    

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!