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.
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.