Home

Catalog


GET Index

Request path:

https://stargate.aiursoft.com/Home/Index

Request example:

https://stargate.aiursoft.com/Home/Index

Try

Possible Response:

{
  "code": -1,
  "message": "Some error.",
  "protocolVersion": "7.0.2.0"
}

Possible Response:

{
  "items": [
    "Some item is invalid!"
  ],
  "code": -10,
  "message": "Your input contains several errors!",
  "protocolVersion": "7.0.2.0"
}

GET Listen to

Request path:

https://stargate.aiursoft.com/Home/ListenTo

Request example:

https://stargate.aiursoft.com/Home/ListenTo?Id=0&Key=yourKey

Try

Request arguments:

Name Required Type
Id Required Number
Key Not required Text

Possible Response:

{
  "code": -1,
  "message": "Some error.",
  "protocolVersion": "7.0.2.0"
}

Possible Response:

{
  "items": [
    "Some item is invalid!"
  ],
  "code": -10,
  "message": "Your input contains several errors!",
  "protocolVersion": "7.0.2.0"
}

GET Error

Request path:

https://stargate.aiursoft.com/Home/Error

Request example:

https://stargate.aiursoft.com/Home/Error

Try

Possible Response:

{
  "code": -1,
  "message": "Some error.",
  "protocolVersion": "7.0.2.0"
}

Possible Response:

{
  "items": [
    "Some item is invalid!"
  ],
  "code": -10,
  "message": "Your input contains several errors!",
  "protocolVersion": "7.0.2.0"
}