Windows Azure Mobile Services REST API Reference
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 |
|---|---|
|
Gets the user ID for a supplied authentication token. |
|
|
Queries data in a table. |
|
|
Inserts a new record into a table. |
|
|
Updates an existing record in a table. |
|
|
Deletes an existing record from a table. |
In this section