Hi,
Can anyone please provide information on how to build open web services UI to retrieve the records from ATS server as similar way like ATS UI does.
Hi @gopal.chatla
The source code for the example used in the ATS Operations guide should also be available as part of the ATS installation package. Please ask your ATS admin to check the 'demo\XMLConsoleApp' folder of their installation package.
Have you referred to Chapter 16 of the ATS Operations guide?
I am not an ATS expert - but according to the above you should be able to do the following with the Open Web Services interface:
Login / logout Get a list of BUs (for administrators) Get properties of BUGet a list of containers in BUsGet records and models in containersGet a list of records and models in BUsCreate, modify and delete records and models
The document includes details of the HTTP Endpoints to call to perform the above and the JSON response details etc.
It also talks about a sample app called XMLConsoleApp and includes sample XML files used to Create Records etc.
Hi
thanks for the information.
@umer.nalla, Is there any API code available in this portal?