" /> RESTfull webservice data retrieved - Genesys CTI User Forum

Author Topic: RESTfull webservice data retrieved  (Read 14175 times)

Offline René

  • Administrator
  • Hero Member
  • *****
  • Posts: 1832
  • Karma: 62
Re: RESTfull webservice data retrieved
« Reply #15 on: October 22, 2013, 06:30:45 PM »
Advertisement
Hi,

Are you trying to read HTTP headers and return selected ones as part of output JSON object?

R.

anoredis

  • Guest
Re: RESTfull webservice data retrieved
« Reply #16 on: October 23, 2013, 07:07:30 AM »
Yes Rene, I only need the status code of the response header because I need to branch the outcome. If it is 200, it follows the default path but in case of 204, 300, 4xx and 5xx different ones.

Offline welcdp

  • Newbie
  • *
  • Posts: 1
  • Karma: 0
RESTfull webservice -webrequest common block issue
« Reply #17 on: December 27, 2016, 05:31:46 AM »
I'm getting a missing required parmeter for POST rest service call using web request common block.
created a JSON object that is passed as JSON content. Can you please provide me an example of how to call a rest post service using web request commin block?