01-20-2015 09:45 PM
I am making custom webapp using finesse NonGadget sample, i get stuck in the below situations:
when agent is ready, i send out a logout request to finesse server using REST api, the server's response is 202,
and the response doesn't contain info about whether this logout action is valid or not, and then i get a notification from finesse notification server, it says my logout action is invalid but in this notification there is no unique id which i can use to match my logout request, so i need to know how to correlate the logout request with the notification using finesse NonGadget api, thanks a lot.
Solved! Go to Solution.
01-30-2015 10:56 AM
There is no example in the Dev guide yet. But that will be updated soon with an example.
What you could do:
The ‘requestId’ could be part of the HTTP header sent to Finesse. The header name should be ‘requestId’, and the value a unique string.
The value will be returned as part of the response/notificationrequestid.
01-28-2015 11:16 AM
You could add the RequestId to the User object when performing a PUT. Let me know if this helps.
01-28-2015 03:51 PM
could you please provide a sample xml about how to add request id to user object, thanks a lot.
01-30-2015 10:56 AM
There is no example in the Dev guide yet. But that will be updated soon with an example.
What you could do:
The ‘requestId’ could be part of the HTTP header sent to Finesse. The header name should be ‘requestId’, and the value a unique string.
The value will be returned as part of the response/notificationrequestid.
02-03-2015 03:38 AM
Thanks Edwin, it works well.
Looking forward to the new Dev guide with complete finesse api and examples, thanks a lot.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide