GET api/Auth/GetAvailableSubscriptions
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Subscription| Name | Description | Type | Additional information |
|---|---|---|---|
| SubscriptionId | globally unique identifier |
None. |
|
| Name | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"SubscriptionId": "9a413aff-ddec-4e50-aee5-7dedf7e99fc0",
"Name": "sample string 2"
},
{
"SubscriptionId": "9a413aff-ddec-4e50-aee5-7dedf7e99fc0",
"Name": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSubscription xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MAT.App.eClaim.API.Models">
<Subscription>
<Name>sample string 2</Name>
<SubscriptionId>9a413aff-ddec-4e50-aee5-7dedf7e99fc0</SubscriptionId>
</Subscription>
<Subscription>
<Name>sample string 2</Name>
<SubscriptionId>9a413aff-ddec-4e50-aee5-7dedf7e99fc0</SubscriptionId>
</Subscription>
</ArrayOfSubscription>