Filter Master Data
**Purpose**: Retrieve and filter master data records within a specific master data set using dynamic field-based queries
**Description**: This endpoint allows you to search and filter records within a master data collection (identified by master\_data\_id) for a given organization. You can query records by passing field names as query parameters with their corresponding values to match against.
**Notes**:
The endpoint accepts any field from the master data schema as a query parameter
Multiple query parameters can be combined to create complex filter conditions (treated as AND operations)
Returns all records that match ALL provided field-value pairs
Field names must exactly match the schema definition (case-sensitive)
Authentication
x-api-keystring
API key issued by Staple.
AuthorizationBearer
JWT obtained from the login endpoint.
Path parameters
sheetId
Response
OK