Querydeck Docs
  • 👋Welcome to Query Deck
  • Getting Started
    • 😃Get Started With QueryDeck
      • Quickstart With QueryDeck
    • How It Works?
  • REST
    • Select Method
      • Joins
      • Sorting
        • Ascending/ Descending ordering
        • Dynamic Sorting
      • Filter
        • Dynamic Filtering
        • Groups
        • Exists clause
      • Pagination
        • Offset
        • Limit
    • Insert/Upsert Method
      • Nested Inserts (Joins)
      • Conflicting Columns
    • Update Method
      • Filters
    • Delete Method
    • Authentication
    • Authorization
    • Select by Id
  • GraphQL
    • Introduction to GraphQL in QueryDeck
    • Enabling GraphQL for Columns in QueryDeck
  • Testing Endpoints
Powered by GitBook
On this page
  1. REST
  2. Select Method
  3. Pagination

Limit

PreviousOffsetNextInsert/Upsert Method

Last updated 5 months ago

Definition

The limit parameter specifies the number of rows to return in a single query.

Adding Limit Parameters

From the left side pane choose the limit input box

Enter the desired number of queries you wish to be displayed

Now we copy the endpoint URL on the top right corner

Save the endpoint

Testing the endpoint

Goto postman, choose the GET method, and then paste the URL

Hit send to send the request

Now you should get a response with the desired number of rows