Resource: /group

  1. GET /<group_id>
  2. List of connections


GET /<group_id>

Retrieve the detail of a group.

Example

https://api.viadeo.com/<group_id>?language=fr&access_token=...

Query parameters

Parameter nameDescriptionTypeDefault value
language=Language in which the profile will be displayed. Default value is the navigation language of the user on the website.ISO-639

Response [JSON] [XML]

Field nameDescriptionType
accessThe access level.PUBLIC|PRIVATE
categoryCategory of the group.STRUCT
countryCountry name of the group.STRING
country_codeCountry code of the group.STRING
descriptionGroup description.STRING
idGraph resource's ID.STRING
is_administratorIs the authenticated member administrator of the group : 'TRUE | FALSE'.BOOLEAN
keywordsGroup keywords.[LIST] STRING
linkLink to the current Graph resource on Viadeo website.STRING
member_countTotal count of the members of the group.INTEGER
membersMembers profiles of the group.STRUCT LIST
nameGraph resource's name.STRING
short_descriptionGroup short description.STRING
typeGraph resource's type.STRING
updated_timeGraph resource's Last update date.ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ]

List of connections

Connection pathDescription
/group/categoryCategory connection
/<group_id>/forumsForums connection
/<group_id>/membersMembers connection
/<group_id>/postsPosts connection