queries
Queries
Some API routes require data input, or have additional information that can be provided. The route will include table(s) with the available parameters.
| Name | Description |
|---|---|
| Include parameters | List of parameters that can be used after adding ?include=<parameters>,<more-parameters> to the route |
| Available parameters | List of all the different parameters available such as ?example=something&example2=something |
| Filters | Filter the data to only include certain information ?filter[uuid]=something |
| Sort by | Sort the returned results ?sort=-id. Add a - before the sort type to reverse the order |
| Fields | Data input fields |
You can combine multiple filters, it'll look for all matching results. For example, you could add &filter[uuid]=3387 and then it'll only return test@example.com.