-
New Feature
-
Resolution: Won't Do
-
Minor
-
None
-
3.4
-
MOODLE_34_STABLE
A number of proposed web service functions relating to blogs.
core_blog_get_posts_by_tags()
Returns a collection of posts by tags.
Parameters:
|
array of [
|
tag [string]
|
]
|
Return value:
|
array of [
|
post struct [id, title, author, url]
|
]
|
core_blog_get_files()
Returns a collection of urls of associated files (and other metadata) for a given blog post.
Parameters:
|
blog id
|
Return value:
|
array of [
|
file struct [id, filename, author, url, description]
|
]
|