-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Core - Content REST APIs
Right now, to retrieve a page via XML-RPC by its title, you need to:
- Retrieve all the pages in the space
- Iterate over each page until you find the one with the title you're after
- Retrieve the page by id
This is a common enough operation that we should have a getPage(token, spaceKey, pageTitle) method.