SharedLinksAppItemsManager

July 28, 2025 ยท View on GitHub

Returns the app item represented by a shared link.

The link can originate from the current enterprise or another.

This operation is performed by calling function findAppItemForSharedLink.

See the endpoint docs at API Reference.

try await client.sharedLinksAppItems.findAppItemForSharedLink(headers: FindAppItemForSharedLinkHeaders(boxapi: "\("shared_link=")\(appItemSharedLink)"))

Arguments

  • headers FindAppItemForSharedLinkHeaders
    • Headers of findAppItemForSharedLink method

Returns

This function returns a value of type AppItem.

Returns a full app item resource if the shared link is valid and the user has access to it.