SeeWhoHasLearntIt

GET /clans/{clanid}/tech/

Returns all clan members who have learned that technology

Query parameters

  • tech string Required
  • tree string Required

    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 /clans/{clanid}/tech/
curl \
 --request GET 'http://api.example.com/clans/{clanid}/tech/?tech=string&tree=Vitamins' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "discordtag": "string"
  }
]
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string