Channels
Each Plan is mapped to a Channel based on its Plan Type.
List of Channels
Request URL
GET Formulary/v1/Plans/Channels
URI Parameters
No parameters are required for this Resource URI.
Resource Description of Response Object
ChannelsResponse| Name | Description | Type | Required / Optional |
|---|---|---|---|
| Channels | Collection of Channel |
Optional |
Available Response Formats & Sample Data
{
"Channels": [
{
"ChannelId": 1,
"Name": "sample string 2",
"Sort": 64
},
{
"ChannelId": 1,
"Name": "sample string 2",
"Sort": 64
}
]
}
<ChannelsResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://api.mmitnetwork.com/formulary/plans">
<Channels>
<Channel>
<ChannelId>1</ChannelId>
<Name>sample string 2</Name>
<Sort>64</Sort>
</Channel>
<Channel>
<ChannelId>1</ChannelId>
<Name>sample string 2</Name>
<Sort>64</Sort>
</Channel>
</Channels>
</ChannelsResponse>
Build Request
No parameters are required for this Resource URI.
Request URL
GET Formulary/v1/Plans/Channels
Status
Response Details