GET api/unitedweb/getOttChannels

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

APIDataResponseOfListOfott_channels
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

status

string

None.

data

Collection of ott_channels

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "status": "sample string 3",
  "data": [
    {
      "channel_id": 1,
      "name": "sample string 2",
      "image_path": "sample string 3",
      "status": 1,
      "created_at": "2026-07-03T08:45:06.5526747+00:00"
    },
    {
      "channel_id": 1,
      "name": "sample string 2",
      "image_path": "sample string 3",
      "status": 1,
      "created_at": "2026-07-03T08:45:06.5526747+00:00"
    }
  ]
}

application/xml, text/xml

Sample:
<APIDataResponseOfArrayOfott_channelsAmpdAh_Se xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebAPI.Models">
  <code>1</code>
  <data xmlns:d2p1="http://schemas.datacontract.org/2004/07/WebAPI.Entity">
    <d2p1:ott_channels>
      <d2p1:channel_id>1</d2p1:channel_id>
      <d2p1:created_at>2026-07-03T08:45:06.5526747+00:00</d2p1:created_at>
      <d2p1:image_path>sample string 3</d2p1:image_path>
      <d2p1:name>sample string 2</d2p1:name>
      <d2p1:status>1</d2p1:status>
    </d2p1:ott_channels>
    <d2p1:ott_channels>
      <d2p1:channel_id>1</d2p1:channel_id>
      <d2p1:created_at>2026-07-03T08:45:06.5526747+00:00</d2p1:created_at>
      <d2p1:image_path>sample string 3</d2p1:image_path>
      <d2p1:name>sample string 2</d2p1:name>
      <d2p1:status>1</d2p1:status>
    </d2p1:ott_channels>
  </data>
  <message>sample string 2</message>
  <status>sample string 3</status>
</APIDataResponseOfArrayOfott_channelsAmpdAh_Se>