메시지
GET/api/v1/telegram/messages
텔레그램 메시지를 조회합니다.
요청
쿼리 파라미터
Specifies channel username
Page number
1Page size
10Possible values: [channelName, views, reactions, forwards, publishedAt]
Specifies key to sort by
publishedAtPossible values: [asc, desc]
Specifies sort
descPossible values: [english, korean]
Specifies category
Specifies search query
헤더 파라미터
Your DataMaxi+ API key
Responses
- 200
- 401
- 500
OK
- application/json
- Schema
- Example (from schema)
Schema
Array [
]
data
object[]
specifies an array of the Telegram messages
specifies the channel handle
specifies the channel id
specifies the channel name
specifies the number of forwards
specifies the message text
specifies the message id
specifies the link to Telegram message
specifies the published date
specifies the number of reactions
specifies the number of views
{
"category": "string",
"data": [
{
"channelHandle": "string",
"channelId": "string",
"channelName": "string",
"forwards": 0,
"message": "string",
"messageId": "string",
"messageLink": "string",
"publishedAt": 0,
"reactions": 0,
"views": 0
}
],
"key": "string",
"limit": 0,
"page": 0,
"sort": "string",
"total": 0
}
인증 실패
- application/json
- Schema
- Example (from schema)
Schema
error specifies the error message
{
"error": "string"
}
서버 오류
- application/json
- Schema
- Example (from schema)
Schema
error specifies the error message
{
"error": "string"
}