You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched the Box Developer Forums and my issue isn't already reported (or if it has been reported, I have attached a link to it, for reference).
Using the .net SDK using the BoxMetadataManager.GetEnterpriseMetadataAsync function there is no way to increase the limit above 100 items, even though the api documentation states that this should be possible. The only parameters that can be passed in are either "enterprise" or "global".
This issue has been automatically marked as stale because it has not been updated in the last 30 days. It will be closed if no further activity occurs within the next 7 days. Feel free to reach out or mention Box SDK team member for further help and resources if they are needed.
Description of the Issue
Using the .net SDK using the BoxMetadataManager.GetEnterpriseMetadataAsync function there is no way to increase the limit above 100 items, even though the api documentation states that this should be possible. The only parameters that can be passed in are either "enterprise" or "global".
Steps to Reproduce
using the cURL get request indicated here: https://developer.box.com/reference/get-metadata-templates-global/. It is possible to increase the limit however, this is missing from the .net sdk.
Expected Behavior
Should be able to pass in a limit or at least the next pagination marker.
Versions Used
.Net SDK: Box.V2.Core v3.24.0.
Windows: Windows 10.
The text was updated successfully, but these errors were encountered: