Skip to main content
By default, the search API returns the standard format of a , , or . Each of these resources supports additional fields that can be requested through the fields query parameter.
curl -i -X GET "https://api.box.com/2.0/search?query=sales&fields=name,tags" \
    -H "Authorization: Bearer <ACCESS_TOKEN>"
For more details on these fields, please check out the , , and resources.
When the fields parameter is used to query additional information about the items, only those fields and a few base fields (id, type, name, etc) are returned. Any fields that were originally in the response would now have to be requested explicitly.