Using the REST API
From DreamFactory
Line 6: | Line 6: | ||
== 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 18: | ||
== 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 28: | ||
== 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 42: | Line 39: | ||
* [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]] | * [[DreamFactory/Tutorials/Sending_Push_Notifications|Sending push notifications]] | ||
− | == Remote Web Services | + | == HTTP Services (Remote Web Services) == |
* [[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]] |
Revision as of 13:46, 27 July 2016
Contents
Users
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