メインコンテンツへスキップ
GET
/
shared_items#app_items
Python
client.shared_links_app_items.find_app_item_for_shared_link(
    "".join(["shared_link=", app_item_shared_link])
)
{
  "id": "12345678",
  "type": "app_item",
  "application_type": "hubs"
}

Documentation Index

Fetch the complete documentation index at: https://developer.box.com/llms.txt

Use this file to discover all available pages before exploring further.

このリソースは、バージョン2024.0のエンドポイントで使用されています。 詳細については、 Box APIのバージョン管理を参照してください。Box SDKのバージョニング戦略について詳しく学ぶ。」

承認

Authorization
string
header
必須

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

ヘッダー

boxapi
string
必須

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

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

レスポンス

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

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

id
string
必須

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

:

"12345678"

type
enum<string>
必須

値は常にapp_itemになります。

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

"app_item"

application_type
string
必須

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

:

"hubs"