Skip to content
Back

Method EQUAL not wrking in REST API Queries

  • 0
  • Databases
  • General
  • REST API
  • Cloud
Felipe Amaral
2 Feb, 2026, 17:56

Request: ⁨``` postman request 'https://nyc.cloud.appwrite.io/v1/tablesdb/{databaseId}/tables/{tableId}/rows?queries[]={%22method%22%3A%22select%22%2C%22values%22%3A[%22classe%22%2C%22porcentagem%22]}'
\ --header 'X-Appwrite-Project: <YOUR_PROJECT_ID>'
\ --header 'X-Appwrite-Key: <YOUR_API_KEY>' --header 'X-Appwrite-Response-Format: 1.8.0'
\ --body ''

TypeScript

Response:
```
{
    "message": "Invalid query: Attribute not found in schema: ",
    "code": 400,
    "type": "general_query_invalid",
    "version": "1.8.1"
}
```

Requests using`SELECT`⁩ method it works fine.
TL;DR
Method 'EQUAL' is not working in REST API queries for a specific request. When using the method 'SELECT' it works fine. Solution: Ensure that the attribute specified in the query for the 'EQUAL' method is correct and matches the schema.
Reply

Reply to this thread by joining our Discord

Reply on Discord

Need support?

Join our Discord

Get community support by joining our Discord server.

Join Discord

Get premium support

Join Appwrite Pro and get email support from our team.

Learn more