Using vcloud with REST API
Hi guys, extremely new to Agilepoint. Anyways, I was wondering if anyone has done anything with vcloud's REST API in forms on agilepoint.
I know how to get powershell webrequest and work with the XML to do all sorts of things through it but I have a need now to make a portal for self service. I want to be able to do a rest call from agilepoint to populate the dropdown (Combo box. list box) with a cascading architecture.
The first step is logging into the vcloud via REST. Now when we do this, we need to log in via post to the url:
https://vcloudserver/api/sessions
Then once logged in, I need to use a response header to do any other methods.
The header that I need to use on all the other request comes from this:
x-vcloud-authorization → uniquesessionkey
How can I get this response header key to use in the other methods?
I am able to create the apptoken and the server responds.
請登入寫評論。
評論
2 條評論