wp.getPage
Retrieves a page identified by the page ID in the request. Returns the page if successful, or a fault otherwise.
Parameters
- String blogid
- String pageid
- String username
- String password
Return value:
struct containing ISO.8601 dateCreated, String page_id, String description, String title, String permaLink, String mt_convert_breaks, String mt_keywords;
Notes
The fields prefixed with mt_ are Movable Type extensions to the metaWeblog.getPost API.
