Returns the app item represented by a shared link.
The link can originate from the current enterprise or another.
await client.sharedLinksAppItems.findAppItemForSharedLink({
boxapi: ''.concat('shared_link=', appItemSharedLink) as string,
} satisfies FindAppItemForSharedLinkHeadersInput);
client.shared_links_app_items.find_app_item_for_shared_link(
"".join(["shared_link=", app_item_shared_link])
)
await client.SharedLinksAppItems.FindAppItemForSharedLinkAsync(headers: new FindAppItemForSharedLinkHeaders(boxapi: string.Concat("shared_link=", appItemSharedLink)));
{
"id": "12345678",
"type": "app_item",
"application_type": "hubs"
}