Feedback

  • Contents
 

Example: JSON

This example displays a request for data in JSON, and the resulting response.

Datarequest

GEThttp://iwpclayweb1.app.inin.com:8070/GetPackageData?id=c02881d8-49d0-4086-a083-dbc113ceeebbHTTP/1.1
Accept: application/json,text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8

Data Response

HTTP/1.1 200 OK
Content-Type: application/json
"Statistics":{
  "IcServer":{
    "name":"Iwpclayic1",
    "ININ.Workgroup":{
      "ININ.People.WorkgroupStats_Workgroup":{
        "name":"workgroup1",
        "ININ.Workgroup_NumberAvailableForACDInteractions":"9"
      }
    }
  },
  "PackageName":"aaa",
  "Description":"",
  "Created":"20130711T165114783Z",
  "Message":"",
  "MessageExpires":"20130711T200621142Z"
  }
}
>>>> ORIGINAL //eic/2021r1_systest/products/documentation/source/Technical_Reference_HTML/web_portal_marquee_icg/Example_JSON.htm#1 ==== THEIRS //eic/2021r1_systest/products/documentation/source/Technical_Reference_HTML/web_portal_marquee_icg/Example_JSON.htm#2

Note: To locate the GUID for the JSON request, you need to run SharpDap Edit. Which is located on the Marquee Server (C:\Program Files (x86)\Interactive Intelligence\Interaction Web Portal\common). From the File menu, choose Connect and fill out the details to connect to the server. Select the desired package to retrieve data and paste in the ObjectGUID. Replace >>>> ORIGINAL //eic/2021r1_systest/products/documentation/source/Technical_Reference_HTML/web_portal_marquee_icg/Example_JSON.htm#2 as http://yourMarqueeServer:8070/GetPackageData?id=ObjectGUID

==== THEIRS //eic/2021r1_systest/products/documentation/source/Technical_Reference_HTML/web_portal_marquee_icg/Example_JSON.htm#3 as  http://yourMarqueeServer:8070/GetPackageData?id=ObjectGUID

==== YOURS //inf-5cd0246xjc_eic_main_systest/products/documentation/source/Technical_Reference_HTML/web_portal_marquee_icg/Example_JSON.htm as http://yourMarqueeServer:8070/GetPackageData?id=ObjectGUID

==== YOURS //inf-5cd0246xjc_eic_main_systest/products/documentation/source/Technical_Reference_HTML/web_portal_marquee_icg/Example_JSON.htm

Note: To locate the GUID for the JSON request, you need to run SharpDap Edit. Which is located on the Marquee Server (C:\Program Files (x86)\Interactive Intelligence\Interaction Web Portal\common). From the File menu, Select Connect and enter  the details to connect to the server. Select the desired package to retrieve data and paste in the ObjectGUID. Replace as http://yourMarqueeServer:8070/GetPackageData?id=ObjectGUID

 

<<<< <<<<