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 query to run, including the filtering predicate, optional sorting, pagination, and the fields to return for each result.

query
object
必須

The query definition, including the filtering predicate and its optional parameters and ancestor restrictions.

order_by
Query order by · object[]

The sorting criteria for the result set. Entries are applied sequentially to define multi-level sorting.

limit
integer<int32>
デフォルト:50

The maximum number of results to return. Defaults to 50 when not provided.

必須範囲: 0 <= x <= 100
:

1

fields
string[]

Controls which additional fields are included in each result entry. Each value must be one of: a fully qualified item field key (for example box:item:name), a metadata template key to hydrate the full template (for example enterprise_12345678:project), or a specific metadata template field key to hydrate a single field from the template (for example enterprise_12345678:project:name). When omitted, entries include only the item type and identifier.

:
marker
string

An opaque token returned from a previous response, used to continue retrieval. When provided, all other request parameters must exactly match those of the original request.

:

"xppy0jjG1kBRSc7NBBSgQmBz1Gk6VaQdg5Vyb+Ob0iA="

レスポンス

Returns a paginated list of items matching the query.

A paginated list of items matching the query, using milestone-based marker pagination.

entries
Query result entry · object[]
必須

The list of items matching the query predicate.

next_marker
string | null
必須

The marker for the start of the next page of results. When null, there are no further results available.

:

"xppy0jjG1kBRSc7NBBSgQmBz1Gk6VaQdg5Vyb+Ob0iA="

limit
integer<int32>
必須

The limit that was used for this request. This will be the same as the limit query parameter unless that value exceeded the maximum value allowed.

:

50

最終更新日 2026年7月24日