getForums
- Home
- Forums
- UgcForumCategory
- getForums
getForums
Gets the forums for a particular message board category.
Parameters
Name | Description |
blog_id required | The Blog ID (Site ID) to load a list of categories for. |
category_id required | The ID of a message board category. |
parent_id optional | The ID of a subforum’s parent forum. |
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. |
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=getForums&blog_id=225642611&category_id=139071&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 |
{ "service":"ugcForumCategory", "action":"getForums", "code":1, "message":"Forums Retrieved", "total":"7", "item":[ { "forum_id":"253642", "url":"http://www.onesitedemo.com/go/forum/view/139071/253642/My_New_Forum", "children":null, "title":"My New Forum", "description":null, "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":"253645", "url":"http://www.onesitedemo.com/go/forum/view/139071/253645/My_New_Forum", "children":null, "title":"My New Forum", "description":null, "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":"253643", "url":"http://www.onesitedemo.com/go/forum/view/139071/253643/My_New_Forum_To_Delete", "children":null, "title":"My New Forum To Delete", "description":null, "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":"253644", "url":"http://www.onesitedemo.com/go/forum/view/139071/253644/My_New_Forum_To_Delete", "children":null, "title":"My New Forum To Delete", "description":null, "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":"253646", "url":"http://www.onesitedemo.com/go/forum/view/139071/253646/My_New_Forum_To_Delete", "children":null, "title":"My New Forum To Delete", "description":null, "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":"253647", "url":"http://www.onesitedemo.com/go/forum/view/139071/253647/My_New_Forum_To_Delete", "children":null, "title":"My New Forum To Delete", "description":null, "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":"233613", "url":"http://www.onesitedemo.com/go/forum/view/139071/233613/My_New_Name", "children":null, "title":"My New Name", "description":"A great place for software discussion.", "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_url":"/go/thread/view//28943337/My_new_thread_title...?pg=last#516738587", "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 | getForums |
Type | REST |
Response Types | JSON, XML |