Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 999 Bytes

sharedLinksAppItems.md

File metadata and controls

36 lines (23 loc) · 999 Bytes

SharedLinksAppItemsManager

Find app item for shared link

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.

await client.sharedLinksAppItems.findAppItemForSharedLink({
  boxapi: ''.concat('shared_link=', appItemSharedLink) as string,
} satisfies FindAppItemForSharedLinkHeadersInput);

Arguments

  • headersInput FindAppItemForSharedLinkHeadersInput
    • Headers of findAppItemForSharedLink method
  • optionalsInput FindAppItemForSharedLinkOptionalsInput

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.