Using the REST API
From DreamFactory
Toddappleton (Talk | contribs) (Created page with "== Upgrading your app == * Upgrading your app from 1.x == Users == * Creating users *...") |
Toddappleton (Talk | contribs) |
||
Line 60: | Line 60: | ||
== SOAP Services == | == SOAP Services == | ||
* [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]] | * [[DreamFactory/Tutorials/Temp_Conversion_SOAP_API|Temperature Conversion SOAP API]] | ||
+ | |||
+ | == Packaging System== | ||
+ | * [[DreamFactory/Tutorials/Packaging|Packaging]] |
Revision as of 19:41, 22 June 2016
Contents
Upgrading your app
Users
- Creating users
- Logging in
- Logging out
- Open registration
- Confirming new users
- Setting up guest access
- Basic auth
- Access using API key
- Access using JWT
- Access using JWT and API key
- Refreshing a JWT
- Forever sessions
- Using forever sessions
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