Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
include_recent_shared_links
true
curl -i -X GET "https://api.box.com/2.0/search?query=sales&include_recent_shared_links=true" \ -H "Authorization: Bearer <ACCESS_TOKEN>"
client.search().query("sales", metadata_filters=metadata_search_filters, include_recent_shared_links=True)
client.search.query( 'sales', { include_recent_shared_links: true }) .then(results => { // ... });
このページは役に立ちましたか?