GetLearned

GET /users/{discordid}/tech/

Give back what you have learned from that technology tree.

Path parameters

  • discordid string Required

Query parameters

  • tree string

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

Responses

  • 200 application/json

    Default Response

    Hide response attributes Show response attributes object
    • discordtag string Required
    • Vitamins array[string]
    • Equipment array[string]
    • Crafting array[string]
    • Construction array[string]
    • Walkers array[string]
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 404 application/json

    Not Found

    Not Found

  • 503 application/json

    Service Unavailable

    Service Unavailable

GET /users/{discordid}/tech/
curl \
 --request GET 'http://api.example.com/users/{discordid}/tech/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "discordtag": "string",
  "Vitamins": [
    "string"
  ],
  "Equipment": [
    "string"
  ],
  "Crafting": [
    "string"
  ],
  "Construction": [
    "string"
  ],
  "Walkers": [
    "string"
  ]
}
Response examples (400)
string
Response examples (401)
string
Response examples (404)
string
Response examples (503)
string