GetWhoHasLearn

GET /bot/{discordid}/tech

Give who in your clan has learned something

Query parameters

  • tech string Required

    Item name

  • tree string Required

    Technology tree of the item

    Values are Vitamins, Equipment, Construction, Crafting, or Walkers.

Responses

  • 200 application/json

    Default Response

    Hide response attribute Show response attribute object
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

GET /bot/{discordid}/tech
curl \
 --request GET 'http://api.example.com/bot/{discordid}/tech?tech=string&tree=Vitamins' \
 --header "apiKey: $API_KEY"
Response examples (200)
[
  {
    "discordtag": "string"
  }
]
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string