GET api/users/{id}/newsletters

Requires authentication. Get newsletters associated with specified user. The user is identified using its GUID id If successful returns "200 OK", with the body of the response containing a representation of the newsletters to which the user is entitled If not found, returns "404 Not Found" If CRM operations fail for an un-recoverable reason, the service returns "502 Bad Gateway" Any other server-side errors return "500 Internal Server Error"

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

globally unique identifier

Required

Body Parameters

None.

Response Information

Resource Description

UserRepresentation

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.