メインコンテンツへスキップ
GET
/
shared_items#app_items
共有リンクのアプリ項目を検索
curl --request GET \
  --url 'https://api.box.com/2.0/shared_items#app_items' \
  --header 'Authorization: Bearer <token>' \
  --header 'boxapi: <boxapi>'
{
  "id": "12345678",
  "type": "app_item",
  "application_type": "hubs"
}
このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

Authorizations

Authorization
string
header
required

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

Headers

boxapi
string
required

共有リンクとその共有リンクの省略可能なパスワードを含むヘッダー。

このヘッダーの形式はshared_link=[link]&shared_link_password=[password]です。

Response

共有リンクが有効で、ユーザーがそのリンクに対するアクセス権限を持っている場合は、Full版のアプリ項目リソースを返します。

アプリ項目は、アプリケーションが所有するコンテンツオブジェクトを表します。これは、さまざまなパスからファイルやフォルダをまとめてグループ化でき、そのセットは、コラボレーションを利用して共有できます。

id
string
required

このアプリ項目の一意の識別子。

Example:

"12345678"

type
enum<string>
required

値は常にapp_itemになります。

利用可能なオプション:
app_item
Example:

"app_item"

application_type
string
required

このアプリ項目を所有するアプリの種類。

Example:

"hubs"