added fields query param to the api docs preview

This commit is contained in:
Gani Georgiev
2023-05-20 06:03:30 +03:00
parent 3820f3d7d7
commit f49e90bd0b
48 changed files with 896 additions and 818 deletions
@@ -0,0 +1,12 @@
<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>