Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Join us on July 28 for a live webinar, Building a Company Brain: How AI-First Teams Share Trusted Context at Scale. Register now!
limit
market
curl -i -X GET "https://api.box.com/2.0/collaboration_whitelist_entries" \ -H "authorization: Bearer <ACCESS_TOKEN>"
await client.collaborationAllowlistEntries.getCollaborationWhitelistEntries();
client.collaboration_allowlist_entries.get_collaboration_whitelist_entries()
await client.CollaborationAllowlistEntries.GetCollaborationWhitelistEntriesAsync();
try await client.collaborationAllowlistEntries.getCollaborationWhitelistEntries()
client.getCollaborationAllowlistEntries().getCollaborationWhitelistEntries()
BoxCollectionMarkerBased<BoxCollaborationWhitelistEntry> whitelistedDomains = await client.CollaborationWhitelistManager .GetAllCollaborationWhitelistEntriesAsync();
client.collaborationAllowlist.getAllAllowlistedDomains(callback);
このページは役に立ちましたか?