Using the REST API
From DreamFactory
Line 45: | Line 45: | ||
== SOAP Services == | == SOAP Services == | ||
* [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]] | * [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]] | ||
+ | |||
+ | == Cache Services == | ||
+ | * [[DreamFactory/Tutorials/Using_Cache_Service|Using Cache Service]] |
Revision as of 16:21, 18 August 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