cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
1040
Views
0
Helpful
1
Replies

Cisco uccx 11.6 make Rest call step

Jenni
Level 1
Level 1

Hi,

 Can we use make rest call step for invoking third party Rest APIs.

If yes, and if user authentication is not required for accessing the Rest API, what values should be given in username and password fields of Make Rest Call step?

 

In case of post request what are all the header information to be passed?

I tried accessing test Rest API with no success. I received status code as 412Make Rest Call.png.

Please let me know whether is this possible approach? what is meant by status code 412. 

 

Note:

I am receiving json response through independent httpclient java code. please let me know what do I miss?

 

1 Reply 1

There's not enough information to help you. That error seems to suggest your request is not correct (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/412), maybe the headers. One thing you can try is to capture the request out of CCX to ensure it matches 100% with what you're doing in Java.

 

david