getBlogCategories
- Home
- Forums
- UgcForumCategory
- getBlogCategories
getBlogCategories
Gets the categories and forums for a particular site.
Parameters
Name | Description |
blog_id required | The Blog ID (Site ID) to load a list of categories for. |
user_relation optional | User relation of the user making the request. |
permission_action optional | Permission action required for the request. |
sort_key optional | Key to sort categories by. |
sort_order optional | Order to arrange category sorting. |
forum_sort_key optional | Key to sort forums by. |
forum_sort_order optional | Order to arrange forum sorting. |
forums_per_category optional | Number of forums per category to return. |
page optional | Page of results to return. |
num optional | Number of items to return per page. |
output optional | The response output format. Accepts JSON and XML. |
Request Syntax
https://services.onesite.com/rest/ugcForumCategory?action=getBlogCategories&blog_id=225642611&devkey=[devkey] |
JSON Response
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 |
{ "service":"ugcForumCategory", "action":"getBlogCategories", "code":1, "message":"Category Info Retrieved", "total":"7", "item":[ { "forum_category_id":"139071", "title":"My New Category Name", "url":"/go/forum/viewcategory/139071/My_New_Category_Name", "description":null, "created":"2012-02-23 13:44:27", "forums":[ { "forum_id":"253645", "children":null, "title":"My New Forum", "description":null, "url":"http://www.onesitedemo.com/go/forum/view/139071/253645/My_New_Forum", "created":"2019-01-30 15:31:57", "created_by":"143593317", "num_threads":"0", "num_posts":"0", "last_post_id":"0", "photo_id":null, "photo_url":null, "alias_forum_id":null }, { "forum_id":"253642", "children":null, "title":"My New Forum", "description":null, "url":"http://www.onesitedemo.com/go/forum/view/139071/253642/My_New_Forum", "created":"2019-01-30 15:23:09", "created_by":"143593317", "num_threads":"0", "num_posts":"0", "last_post_id":"0", "photo_id":null, "photo_url":null, "alias_forum_id":null }, { "forum_id":"253647", "children":null, "title":"My New Forum To Delete", "description":null, "url":"http://www.onesitedemo.com/go/forum/view/139071/253647/My_New_Forum_To_Delete", "created":"2019-01-30 15:31:58", "created_by":"143593317", "num_threads":"0", "num_posts":"0", "last_post_id":"0", "photo_id":null, "photo_url":null, "alias_forum_id":null }, { "forum_id":"253646", "children":null, "title":"My New Forum To Delete", "description":null, "url":"http://www.onesitedemo.com/go/forum/view/139071/253646/My_New_Forum_To_Delete", "created":"2019-01-30 15:31:58", "created_by":"143593317", "num_threads":"0", "num_posts":"0", "last_post_id":"0", "photo_id":null, "photo_url":null, "alias_forum_id":null }, { "forum_id":"253644", "children":null, "title":"My New Forum To Delete", "description":null, "url":"http://www.onesitedemo.com/go/forum/view/139071/253644/My_New_Forum_To_Delete", "created":"2019-01-30 15:23:09", "created_by":"143593317", "num_threads":"0", "num_posts":"0", "last_post_id":"0", "photo_id":null, "photo_url":null, "alias_forum_id":null }, { "forum_id":"253643", "children":null, "title":"My New Forum To Delete", "description":null, "url":"http://www.onesitedemo.com/go/forum/view/139071/253643/My_New_Forum_To_Delete", "created":"2019-01-30 15:23:09", "created_by":"143593317", "num_threads":"0", "num_posts":"0", "last_post_id":"0", "photo_id":null, "photo_url":null, "alias_forum_id":null }, { "forum_id":"233613", "children":null, "title":"My New Name", "description":"A great place for software discussion.", "url":"http://www.onesitedemo.com/go/forum/view/139071/233613/My_New_Name", "created":"2012-02-23 13:44:27", "created_by":"143593317", "num_threads":"3", "num_posts":"6", "last_post_id":"516738587", "photo_id":null, "photo_url":null, "alias_forum_id":null, "last_post_thread_id":"28943337", "last_post_title":"This is my edited post body content...", "last_post_content":"This is my edited post body content...", "last_post_edited":"2019-01-30 16:25:00", "last_post_edited_by":"143593317", "last_post_created":"2012-02-23 13:45:47", "last_post_created_by":"143593317", "last_post_censored_date":"2019-01-30 16:25:01", "last_post_censored_by":"143593317" } ] } ], "page":1, "per_page":10 } |
Service Information
Service | ugcForumCategory |
Method | getBlogCategories |
Type | REST |
Response Types | JSON, XML |