GetWalkersByServer

GET /bot/walkers/

Get Walkers by server

Query parameters

  • discordid string Required
  • pageSize integer

    Minimum value is 1, maximum value is 100. Default value is 10.

  • page integer

    Minimum value is 1. Default value is 1.

  • name string
  • owner string
  • lastuser string
  • walkerid string
  • ready boolean
  • use string

    Values are pvp, farming, personal, or ram.

  • type string

    Walker Type: Dinghy, Falco...

    Values are Buffalo, Camelop, Cobra, Dinghy, Domus, Falco, Firefly, Hornet, Mollusk, Panda, Proxy, Schmetterling, Nomad Spider, Stiletto, Titan, Toboggan, Tusker, Silur, Hercul, Balang, or Raptor Sky.

Responses

GET /bot/walkers/
curl \
 --request GET 'http://api.example.com/bot/walkers/?discordid=string' \
 --header "apiKey: $API_KEY"
Response examples (200)
[
  {
    "leaderid": "string",
    "discordid": "string",
    "walkerid": 42.0,
    "name": "string",
    "ownerUser": "string",
    "lastuser": "string",
    "datelastuse": "string",
    "type": "string",
    "use": "string",
    "isReady": true,
    "description": "string"
  }
]
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string