Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docs/pages/apidocs/requests.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ Always include ```fo=json``` in your URL so that you get JSON, not HTML.
<td><strong>Description</strong></td>
<td><strong>Examples</strong></td>
</tr>
<tr>
<td>all</td>
<td>By default the APIs only return items available online. To return records for all items, add this parameter</td>
<td>all=true</td>
</tr>
<tr>
<td>q</td>
<td>query parameter<br />Does a keyword search in the metadata and any available full text including video transcripts</td>
Expand Down