mirror of
https://github.com/pocketbase/pocketbase.git
synced 2026-09-18 12:30:49 +02:00
13 lines
354 B
Svelte
13 lines
354 B
Svelte
<tr>
|
|
<td id="query-page">fields</td>
|
|
<td>
|
|
<span class="label">String</span>
|
|
</td>
|
|
<td>
|
|
Comma separated string of the fields to return in the JSON response
|
|
<em>(by default returns all fields)</em>. For example:
|
|
<br>
|
|
<code>?fields=id,expand.relField.id,expand.relField.created</code>
|
|
</td>
|
|
</tr>
|