Sign in

Get Table Data Using Pagination

documented

Retrieve a paginated slice of rows from the REST-enabled object.

GET http://<HOST>:<PORT>/<ServiceAlias>/<SchemaAlias>/<ObjectAlias>/?offset={Offset}&limit={Limit}Schemasno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.

Seed example (keychains curl)

npx -y keychains@latest curl "https://{{$df_host}}/api/v2/{{$service_alias}}/_table/{{$object_alias}}?offset={{$offset}}&limit={{$limit}}" \\n  -X GET \\n  -H "Accept: application/json" \\n  -H "Content-Type: application/json" \\n  -H "Authorization: Bearer {{OAUTH2_ACCESS_TOKEN}}" \\n  -H "X-DreamFactory-API-Key: {{MYSQL_API_KEY}}"