Using the REST API
From DreamFactory
Toddappleton (Talk | contribs) (→Users) |
Toddappleton (Talk | contribs) (→Users) |
||
Line 5: | Line 5: | ||
* [[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_lookups | Managing user lookups]] | ||
+ | * [[DreamFactory/Tutorials/Managing_user_custom_data | Managing user custom data]] | ||
== SQL and NoSQL Data == | == SQL and NoSQL Data == |
Revision as of 17:10, 20 September 2016
Contents
Users
- Creating users
- Open registration
- Confirming new users
- Setting up guest access
- Managing user lookups
- Managing user custom data
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