Box Developer Documentation

A beta version of the new Box developer documentation site is launching soon! Updated Developer Guides, modern API Reference, and AI-powered search are on the way to help you build with Box faster. Stay tuned for more updates.

Metadata field filter (float range)

This resource is used by endpoints in the version 2024.0. For more details, see Box API versioning.

Specifies which float field on the template to filter the search results by, specifying a range of values that can match.

number
100000

Specifies the (inclusive) lower bound for the metadata field value. The value of a field must be greater than (gt) or equal to this value for the search query to match this template.

number
200000

Specifies the (inclusive) upper bound for the metadata field value. The value of a field must be lower than (lt) or equal to this value for the search query to match this template.

Response Example

{
  "gt": 100000,
  "lt": 200000
}