Search API

A simple search API of the Table data.

It is a GET request that utilizes the "q" query parameter to specify your search query. By leveraging the Search API, you can retrieve tailored results that match your search criteria, enabling you to build robust search functionality into your applications and websites.

Example:

curl https://v1.appbackend.io/v1/rows/TABLE_ID/search?q=SEARCH_QUERY

Another eaxmple, if you search for a query "integrations" then API endpoint look like this.

curl https://v1.appbackend.io/v1/rows/TABLE_ID/search?q=integration

Search API