Querying for a single record by ID

From DreamFactory
Jump to: navigation, search
DreamFactoryTutorialsQuerying for a single record by ID

GET a single record in a SQL or NoSQL database by ID. Try these examples in the 'API Docs' tab of the DreamFactory Admin Console or from the command line with cURL.

API Endpoint

GET https://{url}/api/v2/{api_name}/_table/{table_name}/id

API Docs Screenshot

Swagger-id.png

Example - GET contact record with ID 1

  • Table name: contact
  • IDs parameter in API call:
    1
  • Request URL:
    https://foo.com/api/v2/db/_table/contact/1