Listen
Catalog
GET Channel
Request path:
https://stargate.aiursoft.com/Listen/Channel
Request example:
https://stargate.aiursoft.com/Listen/Channel?Id=0&Key=yourKey
Request arguments:
Name | Required | Type |
---|---|---|
Id | Required | Number |
Key | Not required | Text |
Possible Response:
{
"code": -1,
"message": "Some error."
}
Possible Response:
{
"items": [
"Some item is invalid!"
],
"code": -10,
"message": "Your input contains several errors!"
}