Skip to main content
POST
Box SDKのバージョニング戦略について詳しく学ぶ。」

承認

Authorization
string
header
必須

The access token received from the authorization server in the OAuth 2.0 flow.

ヘッダー

box-version
enum<string>
必須

Version header.

利用可能なオプション:
2026.0

ボディ

application/json

Request body describing the filtering, grouping, and metrics for an insights computation.

query
object
必須

The filtering and grouping definition. Filters are applied first, followed by grouping, before metrics are computed.

metrics
object
必須

A map of user-defined metric aliases to their definitions. A maximum of 10 metrics may be defined. Each alias must be a unique, non-empty string of up to 256 characters, containing only letters, digits, _, -, or ., and must not start with a digit, _, -, or .. May be empty to request only a total count.

:

レスポンス

Returns the computed insight entries.

The computed results of an insights request, as a list of insight entries.

insights
Query insight entry · object[]
必須

The list of computed insight entries. Each entry corresponds to a group, the overall dataset, or the aggregate of groups outside the top results.

最終更新日 2026年7月24日