mt.getPostCategories
Returns a list of all categories to which the post is assigned.
Parameters
- String postid
- String username
- String password
Return value
on success, an array of structs containing String categoryName, String categoryId, and boolean isPrimary; on failure, fault.
Notes
isPrimary denotes whether a category is the post’s primary category.
