Skip to content

List of television channels using pagination

GET
/api/v1/TelevisionChannel/pagedList

This endpoint returns a list of television channels using pagination including page, pagesize, total records and data, example api/v1/televisionchannel/pagedList?page=1&pagesize=10

Parameters

Query Parameters

SortBy
Typestring
SortDirection
Typestring
Page*
Typeinteger
Required
Format"int32"
PageSize*
Typeinteger
Required
Format"int32"

Responses

OK

application/json
JSON
{
"page": 0,
"pageSize": 0,
"totalRecords": 0,
"pageCount": 0,
"data": [
{
"id": 0,
"name": "string",
"cityId": 0,
"city": "[Circular Reference]",
"url": "string",
"isActive": true
}
]
}

Playground

Variables
Key
Value

Samples

Powered by VitePress OpenAPI

MIT License