POST IMSMOB/GetChannelTemplateListByUserIdCheck
Request Information
URI Parameters
None.
Body Parameters
RequestParamEntity| Name | Description | Type | Additional information |
|---|---|---|---|
| Token | integer |
None. |
|
| Message | string |
None. |
|
| LoggedUserId | string |
None. |
|
| MAC_Address | string |
None. |
|
| IP_Address | string |
None. |
|
| Details | Object |
None. |
Request Formats
application/json, text/json
Sample:
{
"Token": 1,
"Message": "sample string 2",
"LoggedUserId": "sample string 3",
"MAC_Address": "sample string 4",
"IP_Address": "sample string 5",
"Details": {}
}
text/html
Sample:
{"Token":1,"Message":"sample string 2","LoggedUserId":"sample string 3","MAC_Address":"sample string 4","IP_Address":"sample string 5","Details":{}}
application/xml, text/xml
Sample:
<RequestParamEntity xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModKit19_BO.Common"> <Details /> <IP_Address>sample string 5</IP_Address> <LoggedUserId>sample string 3</LoggedUserId> <MAC_Address>sample string 4</MAC_Address> <Message>sample string 2</Message> <Token>1</Token> </RequestParamEntity>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ChannelTemplate| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| Channelname | string |
None. |
|
| channelprofileid | string |
None. |
|
| templatename | string |
None. |
|
| category | string |
None. |
|
| tlanguage | string |
None. |
|
| templatetype | string |
None. |
|
| kit19TemplateJSON | string |
None. |
|
| templatejson | string |
None. |
|
| templatestatus | string |
None. |
|
| templatenamespace | string |
None. |
|
| rejected_reason | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"Channelname": "sample string 2",
"channelprofileid": "sample string 3",
"templatename": "sample string 4",
"category": "sample string 5",
"tlanguage": "sample string 6",
"templatetype": "sample string 7",
"kit19TemplateJSON": "sample string 8",
"templatejson": "sample string 9",
"templatestatus": "sample string 10",
"templatenamespace": "sample string 11",
"rejected_reason": "sample string 12"
},
{
"id": 1,
"Channelname": "sample string 2",
"channelprofileid": "sample string 3",
"templatename": "sample string 4",
"category": "sample string 5",
"tlanguage": "sample string 6",
"templatetype": "sample string 7",
"kit19TemplateJSON": "sample string 8",
"templatejson": "sample string 9",
"templatestatus": "sample string 10",
"templatenamespace": "sample string 11",
"rejected_reason": "sample string 12"
}
]
text/html
Sample:
[{"id":1,"Channelname":"sample string 2","channelprofileid":"sample string 3","templatename":"sample string 4","category":"sample string 5","tlanguage":"sample string 6","templatetype":"sample string 7","kit19TemplateJSON":"sample string 8","templatejson":"sample string 9","templatestatus":"sample string 10","templatenamespace":"sample string 11","rejected_reason":"sample string 12"},{"id":1,"Channelname":"sample string 2","channelprofileid":"sample string 3","templatename":"sample string 4","category":"sample string 5","tlanguage":"sample string 6","templatetype":"sample string 7","kit19TemplateJSON":"sample string 8","templatejson":"sample string 9","templatestatus":"sample string 10","templatenamespace":"sample string 11","rejected_reason":"sample string 12"}]
application/xml, text/xml
Sample:
<ArrayOfChannelTemplate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ModKit19_BO.IMSMOB">
<ChannelTemplate>
<Channelname>sample string 2</Channelname>
<category>sample string 5</category>
<channelprofileid>sample string 3</channelprofileid>
<id>1</id>
<kit19TemplateJSON>sample string 8</kit19TemplateJSON>
<rejected_reason>sample string 12</rejected_reason>
<templatejson>sample string 9</templatejson>
<templatename>sample string 4</templatename>
<templatenamespace>sample string 11</templatenamespace>
<templatestatus>sample string 10</templatestatus>
<templatetype>sample string 7</templatetype>
<tlanguage>sample string 6</tlanguage>
</ChannelTemplate>
<ChannelTemplate>
<Channelname>sample string 2</Channelname>
<category>sample string 5</category>
<channelprofileid>sample string 3</channelprofileid>
<id>1</id>
<kit19TemplateJSON>sample string 8</kit19TemplateJSON>
<rejected_reason>sample string 12</rejected_reason>
<templatejson>sample string 9</templatejson>
<templatename>sample string 4</templatename>
<templatenamespace>sample string 11</templatenamespace>
<templatestatus>sample string 10</templatestatus>
<templatetype>sample string 7</templatetype>
<tlanguage>sample string 6</tlanguage>
</ChannelTemplate>
</ArrayOfChannelTemplate>