vipul
Posts: 0
Joined: Wed Jul 31, 2013 8:59 am

How to invoke appery database collection form .net application

Hi
I am having a collection called Attendance in appery database. No i want to run create command on this database from outside appery ui.

For this i am creating a Rest service in .net. Pls tell me what will be the requirements for creating this service. Like parameters to be passed and the url.
Any thing else also which i need to give.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

How to invoke appery database collection form .net application

Every collection in Appery.io has a curl command section: http://docs.appery.io/documentation/b...

That's all the information you need to use the database using any language of your choice (if you are not using Appery.io services in the builder).

vipul
Posts: 0
Joined: Wed Jul 31, 2013 8:59 am

How to invoke appery database collection form .net application

so lets say my collection name is Attendance then
this will be the url
https://api.appery.io/rest/1/db/colle...

and then i need to pass database id as the parameter in header

X-Appery-Database-Id
and other parameters in the data part rite?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

How to invoke appery database collection form .net application

Hi,

Yes, you should also add parameter X-Appery-Session-Token to a header.

Return to “Issues”