metaWeblog.getPost
Retrieves a post identified by the post ID in the request. Returns the post if successful, or a fault otherwise.
Parameters
- String postid
- String username
- String password
Return value:
struct containing String userid, ISO.8601 dateCreated, String postid, String description, String title, String link, String permaLink, String mt_excerpt, String mt_text_more, int mt_allow_comments, int mt_allow_pings, String mt_convert_breaks, String mt_keywords;
Notes
link and permaLink are both the URL pointing to the archived post. The fields prefixed with mt_ are Movable Type extensions to the metaWeblog.getPost API.
