The CSWeb REST API is documented in the file www/csweb/src/api/app/swagger.json. If you haven't used Swagger before they have some nice online tools for viewing Swagger specifications. Try https://swagger.io/tools/swagger-ui/.
hi there,
this is karan from india , i would like to know something about csweb , somebody help me for solving their problems which i face like,
when i want to use csweb option into "deploy application" there it is asking "usename & password" . guys i don't understand which usename or password it is asking , if i use my this site username & password then it give error massage like given below...
Please start a new topic rather than responding to someone elses unrelated post and please just post your question once (I deleted the other post in tools).
I need help and clarity in the following. I am using CSEntry for data collection and CSWeb for server.
I was looking at the .csdb file stored in csentry directory in a tablet, I could see the cases table from the DB but I could not see the data that was captured in any of the tables.
My question is where is the data that is collected via CSEntry Application stored in the the .csdb, and are there any CSWeb APIs to query captured data from the table on the CSWeb.
Your assistance will be highly motivated.
Thanks.
Edit...
What I am trying to achieve is to be able to capture data on tablet 1 and sync data to server and launch the captured questionnaire on tablet 2.
There are three parameters, GET, PUT, and BOTH, that control the transmission of data. If you want to get data on tablet 2, you can use syncdata with GET to retrieve data from the server. If you only want to transmit certain data (e.g., data from a certain region), you can add a universe to the syncdata call.