Resource: /outboxmessage

  1. GET /<outboxmessage_id>
  2. DELETE /<outboxmessage_id>
  3. List of connections


GET /<outboxmessage_id>

Premium resource

Retrieve the detail of an outbox message for the authenticated member.

Example

https://api.viadeo.com/<outboxmessage_id>?display_recipients=true&language=fr&user_detail=NONE&access_token=...

Query parameters

Parameter nameDescriptionTypeDefault value
display_recipients=Retrieve all recipients of the inbox message.BOOLEANTRUE
language=Language of the message. Default value is the navigation language of the user on the website.STRING
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
attachmentExtra fields. Currently forwarded profile if it exists. 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 LIST
fromDetail about the sender of the message. 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
idGraph resource's ID.STRING
linkLink to the current Graph resource on Viadeo website.STRING
messageMessage detail.STRING
nameGraph resource's name.STRING
readStatus of the message (read or not).BOOLEAN
subjectSubject of the message.STRING
toArray of the receivers of the message. 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.
DEPRECATED, removed 2013-10-10. Replaced by: ...Use the connection named 'recipients'. Deprecated since: 2012-10-10.
STRUCT LIST
typeGraph resource's type.STRING
updated_timeGraph resource's Last update date.ISO-8601 [YYYY-MM-DD'T'HH:MM:SSZZ]

DELETE /<outboxmessage_id>

Premium resource

Allows user to delete one of his outbox message. Available only for authenticated members. This resource is allowed for premium partners. Please contact our partnerships team for more information about upgrading.

Example

curl --data-urlencode -X DELETE https://api.viadeo.com/<outboxmessage_id>?access_token=...

Response

Field nameDescriptionType
deletedAlways true if resource is deleted.TRUE

List of connections

Connection pathDescription
/<outboxmessage_id>/recipientsRecipients connection