채널
GET/api/v1/telegram/channels
텔레그램 채널을 조회합니다
요청
쿼리 파라미터
page integer
페이지 번호
Default value:
1limit integer
페이지 크기
Default value:
10category string
텔레그램 채널의 언어 카테고리
Default value:
emptykey string
Possible values: [channelName, handle, subscribers, createdAt]
정렬 기준 키
Default value:
channelNamesort string
Possible values: [asc, desc]
정렬
Default value:
desc헤더 파라미터
X-DTMX-APIKEY stringrequired
DataMaxi+ API 키
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
category string
data
object[]
category string
채널 카테고리
channelName string
채널 이름
channelTitle string
채널 제목
createdAt integer
채널 생성 시각
description string
채널 설명
link string
채널 링크
subscribers integer
구독자 수
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는 에러 메시지를 나타냅니다
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error string
error는 에러 메시지를 나타냅니다
{
"error": "string"
}
Loading...