Query Parameters Overview

The GET /api/v1/bridge/{bridgeId}/{sheetId} endpoint supports several query parameters to customize the response. This page provides a quick reference for all available parameters.

Quick Reference

Parameter Type Description Documentation
filter object Filter rows using column values and operators Filtering →
meta boolean Include metadata in the response Metadata →
sort string Sort results by column(s) Sorting →

Usage Example

Combine multiple query parameters:

GET /api/v1/bridge/{bridgeId}/{sheetId}?filter[Status]=active&meta=true&sort=-created_at

This request will:

  • Filter rows where Status equals active
  • Include metadata in the response
  • Sort results by created_at in descending order

Parameter Details

For detailed information about each parameter, see the dedicated documentation pages:

  • Filtering - Learn how to filter rows using operators like _eq, _contains, _in, and more
  • Metadata - Understand what metadata is included and how to use it
  • Sorting - Learn how to sort results by one or more columns

Powered by Converge