GET api/subscriptions/{subscriptionId}/lang/{language}
Retrieves information about the specified subscription.
Request Information
URI Parameters
Name | Description | Type | Additional 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.
IHttpActionResultNone.
Response Formats
application/json, text/json, text/html, application/xml, text/xml
Sample:
Sample not available.