Using the REST API
From DreamFactory
(→Upgrading your app) |
(→Push Notifications) |
||
(8 intermediate revisions by 4 users not shown) | |||
Line 4: | Line 4: | ||
* [[DreamFactory/Tutorials/Confirming New User|Confirming new users]] | * [[DreamFactory/Tutorials/Confirming New User|Confirming new users]] | ||
* [[DreamFactory/Tutorials/Setting_up_guest_access | Setting up guest access]] | * [[DreamFactory/Tutorials/Setting_up_guest_access | Setting up guest access]] | ||
+ | * [[DreamFactory/Tutorials/Managing_user_lookups | Managing user lookups]] | ||
+ | * [[DreamFactory/Tutorials/Managing_user_custom_data | Managing user custom data]] | ||
+ | * [[DreamFactory/Tutorials/Managing_user_role_assignments | Managing user role assignments]] | ||
== SQL and NoSQL Data == | == SQL and NoSQL Data == | ||
− | |||
* [[DreamFactory/Tutorials/Querying records with logical filters|Querying records with logical filters]] | * [[DreamFactory/Tutorials/Querying records with logical filters|Querying records with logical filters]] | ||
* [[DreamFactory/Tutorials/Querying records with an ID list|Querying records with an ID list]] | * [[DreamFactory/Tutorials/Querying records with an ID list|Querying records with an ID list]] | ||
Line 19: | Line 21: | ||
== SQL-Specific Data == | == SQL-Specific Data == | ||
− | |||
* [[DreamFactory/Tutorials/Querying multiple tables with joins|Querying multiple tables with joins]] | * [[DreamFactory/Tutorials/Querying multiple tables with joins|Querying multiple tables with joins]] | ||
* [[DreamFactory/Tutorials/Posting data to multiple tables with joins|Posting data to multiple tables with joins]] | * [[DreamFactory/Tutorials/Posting data to multiple tables with joins|Posting data to multiple tables with joins]] | ||
Line 30: | Line 31: | ||
== Files == | == Files == | ||
− | |||
* [[DreamFactory/Tutorials/Uploading File|Uploading file]] | * [[DreamFactory/Tutorials/Uploading File|Uploading file]] | ||
* [[DreamFactory/Tutorials/Downloading File|Downloading file]] | * [[DreamFactory/Tutorials/Downloading File|Downloading file]] | ||
Line 41: | Line 41: | ||
== Push Notifications == | == Push Notifications == | ||
* [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]] | * [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]] | ||
+ | * [[DreamFactory/Tutorials/Sending_Push_Notifications_Using_APNS|Sending push notifications using APNS]] | ||
+ | * [[DreamFactory/Tutorials/Sending_Push_Notifications_Using_GCM_Service|Sending push notifications using GCM service]] | ||
− | == Remote Web Services | + | == HTTP Services (Remote Web Services) == |
+ | * [[DreamFactory/Tutorials/Twilio_API|Twilio API]] | ||
+ | * [[DreamFactory/Tutorials/MapQuest_API|MapQuest API]] | ||
* [[DreamFactory/Tutorials/Edmunds_API|Edmunds API]] | * [[DreamFactory/Tutorials/Edmunds_API|Edmunds API]] | ||
* [[DreamFactory/Tutorials/Rotten_Tomatoes_API|Rotten Tomatoes API]] | * [[DreamFactory/Tutorials/Rotten_Tomatoes_API|Rotten Tomatoes API]] | ||
Line 49: | Line 53: | ||
* [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]] | * [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]] | ||
− | == | + | == Cache Services == |
− | * [[DreamFactory/Tutorials/ | + | * [[DreamFactory/Tutorials/Using_Cache_Service|Using Cache Service]] |
Latest revision as of 01:37, 1 March 2017
Contents
Users
- Creating users
- Open registration
- Confirming new users
- Setting up guest access
- Managing user lookups
- Managing user custom data
- Managing user role assignments
SQL and NoSQL Data
- Querying records with logical filters
- Querying records with an ID list
- Querying for a single record by ID
- Querying records in a date range
- Specifying fields
- Sorting records
- Paginating records with limits and offsets
- Posting records
- Updating records
- Deleting records
SQL-Specific Data
- Querying multiple tables with joins
- Posting data to multiple tables with joins
- Combining data from unrelated tables and databases with virtual foreign keys
- Using field aliases
- Using calculated fields
- Querying SQL views
- Calling stored procedures
- Calling SQL functions
Files
Push Notifications
- Sending push notifications
- Sending push notifications using APNS
- Sending push notifications using GCM service