Resource: /<user_id>/home_newsfeed

  1. GET /<user_id>/home_newsfeed
  2. List of connections


GET /<user_id>/home_newsfeed

Authenticated resource

Retrieve a member’s newsfeed i.e. a list of updates from a member’s professional contacts.

Example

https://api.viadeo.com/<user_id>/home_newsfeed?add_company_news=false&category=XxXxX&language=fr&access_token=...

Query parameters

Parameter nameDescriptionTypeDefault value
add_company_news=Add news from the followed companies.BOOLEANFALSE
category=Allows you to filter news with category IDs. IDs can be retrieved calling /newscategory/list.LIST
language=Language in which the profile will be displayed. Default value is the navigation language of the user on the website.ISO-639
limit=Number of items per page.INTEGER (min: 0 max: 100)10
page=Page number to retrieve.INTEGER (min: 1 max: 50)1
since=Filter items published since the specified date.ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ]
start=Offset of the first item; the index of the first item retrieved. The first item in the response will therefore be = start + page * limit.INTEGER (min: 1 max: 2500)1
until=Filter items published until the specified date.ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ]
user_detail=Retrieve more information about a member's profile (location, headline, ...). Refer to our advanced API usesection for more information.NONE | PARTIAL | FULLNONE
user_pending_request=Retrieve the id with the related user if there is any pending request.
DEPRECATED, removed 2013-08-31. Reason: More ...complete information available by using /user/pending_requests connection - returns pending connection requests between you and given user. Replaced by: pending_requests connection. Deprecated since: 2013-01-31.
BOOLEANFALSE
user_watermark=Provide pictures with a watermark.BOOLEANTRUE

Response [JSON] [XML]

Field nameDescriptionType
countNumber of elements in the list.LONG
count_stringNumber of elements in the list (as string).STRING
dataList's items.STRUCT LIST
idGraph resource's ID.STRING
linkLink to the current Graph resource on Viadeo website.STRING
nameGraph resource's name.STRING
pagingPaging data.STRUCT
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