채널
GET/api/v1/telegram/channels
텔레그램 채널을 조회합니다
요청
쿼리 파라미터
page integer
Page number
Default value:
1limit integer
Page size
Default value:
10category string
Specifies language category of telegram channel
Default value:
emptykey string
Possible values: [channelName, handle, subscribers, createdAt]
Specifies key to sort by
Default value:
channelNamesort string
Possible values: [asc, desc]
Specifies sort
Default value:
desc헤더 파라미터
X-DTMX-APIKEY stringrequired
Your DataMaxi+ API key
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
category string
data
object[]
category string
specifies the channel category
channelName string
specifies the channel name
channelTitle string
specifies the channel title
createdAt integer
specifies the creation time of the channel
description string
specifies the channel description
link string
specifies the channel link
subscribers integer
specifies the number of subscribers
key string
limit integer
page integer
sort string
total integer
{
"category": "string",
"data": [
{
"category": "string",
"channelName": "string",
"channelTitle": "string",
"createdAt": 0,
"description": "string",
"link": "string",
"subscribers": 0
}
],
"key": "string",
"limit": 0,
"page": 0,
"sort": "string",
"total": 0
}
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error specifies the error message
{
"error": "string"
}
Loading...