GET /<groupforum_id>
Retrieves forum of a group allowing to classify the messages.
Example
https://api.viadeo.com/<groupforum_id>?access_token=...
Response [JSON] [XML]
| Field name | Description | Type |
| description | The forum's description. | STRING |
| group_id | The related group id of the forum. | STRING |
| id | Graph resource's ID. | STRING |
| is_moderated | Indicates if this forum is moderated. | INTEGER |
| is_read_only | Indicates if this forum is in read only. | BOOLEAN |
| link | Link to the current Graph resource on Viadeo website. | STRING |
| name | Graph resource's name. | STRING |
| post_count | Number of posts. | INTEGER |
| property | Indicates the forum property. | STRING |
| type | Graph resource's type. | STRING |
| updated_time | Graph resource's Last update date. | ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ] |
List of connections
| Connection path | Description |
| /<groupforum_id>/posts | Posts connection |