GET /<feedcomment_id>
Authenticated resource
Retrieve a news comment.
Example
Query parameters
| Parameter name | Description | Type | Default value |
| language= | Language in which the profile will be displayed. Default value is the navigation language of the user on the website. | ISO-639 | |
| user_detail= | Retrieve more information about a member's profile (location, headline, ...). Refer to our advanced API usesection for more information. | NONE | PARTIAL | FULL | NONE |
| 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. | BOOLEAN | FALSE |
| user_watermark= | Provide pictures with a watermark. | BOOLEAN | TRUE |
Response [JSON] [XML]
| Field name | Description | Type |
| created_time | Date when comment was created. | ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ] |
| from | Detail about the member. By using the ?user_detail= query parameter here, you will be able to retrieve more information on the user. Refer to the advanced API usesection of the documentation. | STRUCT |
| id | Graph resource's ID. | STRING |
| link | Link to the current Graph resource on Viadeo website. | STRING |
| message | Body of the comment. | STRING |
| name | Graph resource's name. | STRING |
| news_id | Unique ID of the news concerned by this comment. | STRING |
| privacy | Whether this comment is public or private: 'PUBLIC | PRIVATE'. | 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 |