Genesys CTI User Forum
Genesys CTI User Forum => Genesys CTI Technical Discussion => Topic started by: Gef Buneri on February 09, 2023, 10:10:54 AM
-
Hi, hope everything's fine around there.
I may need to consume a REST type web service soon, but I see that IRD only refers to SOAP. Is it somehow possible to consume a REST type service, instead?
Regards.
-
Check this out:
https://joeywhelan.blogspot.com/2014/09/rest-calls-from-genesys-routing.html
Also, check this for an almost-easy way to parse the data returned:
http://www.sggu.com/smf/index.php/topic,11472.msg52289.html#msg52289
hope it helps
-
Thank you HSU, just found that document on Joey's blog; so basically he suggests sending the request as HTTP using a json as its body, if I got it correctly.
-
The body is Json, you build the body with the parameters that you need for your request. If you don't need any, just send the request. Test with Postman for example and your will see what you need to send
Enviado de meu SM-N9600 usando o Tapatalk
-
Thanks Cav.