Join a webinar on April 30th: Unlocking Your Data using AI with Box Extract & MCP Server. Register here
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"
}共有リンクで表されるアプリ項目を返します。
リンク元は、現在の企業でも別の企業でもかまいません。
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"
}The access token received from the authorization server in the OAuth 2.0 flow.
共有リンクとその共有リンクの省略可能なパスワードを含むヘッダー。
このヘッダーの形式はshared_link=[link]&shared_link_password=[password]です。
共有リンクが有効で、ユーザーがそのリンクに対するアクセス権限を持っている場合は、Full版のアプリ項目リソースを返します。
このページは役に立ちましたか?