GET api/subscriptions/{subscriptionId}/lang/{language}

Retrieves information about the specified subscription.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
subscriptionId

The ID of the subscription to retrieve.

integer

Required

language

string

Required

Body Parameters

None.

Response Information

Resource Description

An object containing information about the subscription.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.