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
Is your feature request related to a problem? Please describe.
The bulk "Get pages" API allows one to filter results based on page IDs and status along with specifying the body format.
Describe the solution you'd like
Add support for these parameters in the form of PageService.BulkFiltered() whose last parameters would be a variadic list of ints which would be page IDs.
Describe alternatives you've considered
Adjusting PageService.Bulk() but that would affect backwards compatibility.
The text was updated successfully, but these errors were encountered:
squatched
changed the title
Allow Usage of Filtering Conf V2 Pages Bulk Get API By Page IDs
Allow Usage of Filtering Parameters to Conf V2 Pages Bulk Get API
Jun 13, 2023
Is your feature request related to a problem? Please describe.
The bulk "Get pages" API allows one to filter results based on page IDs and status along with specifying the body format.
Describe the solution you'd like
Add support for these parameters in the form of
PageService.BulkFiltered()
whose last parameters would be a variadic list of ints which would be page IDs.Describe alternatives you've considered
Adjusting
PageService.Bulk()
but that would affect backwards compatibility.The text was updated successfully, but these errors were encountered: