3 out of 7 rated this helpful - Rate this topic

Windows Azure Mobile Services REST API Reference

[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The feature described in this topic is available only in preview. To use this feature and other new Windows Azure capabilities, sign up for the free preview.


Windows Azure Mobile Services is a Windows Azure service offering designed to make it easy to create highly-functional mobile apps using Windows Azure. Mobile Services brings together a set of Windows Azure services that enable backend capabilities for mobile apps. Windows Azure provides a set of REST APIs that are used to access and change table data and retrieve authenticated login information.

This reference provides general information for working with storage service APIs, as well as specific reference information for each available operation. The API includes the operations listed in the following table.

 

Operation Description

Login operation

Gets the user ID for a supplied authentication token.

Query records operation

Queries data in a table.

Insert record operation

Inserts a new record into a table.

Update record operation

Updates an existing record in a table.

Delete record operation

Deletes an existing record from a table.

In this section

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.