GetRelationships

GET /clans/{clanid}/relationships/

Return the list of relationships for the clan

Path parameters

  • clanid integer Required

Responses

  • 200 application/json

    Default Response

    Hide response attributes Show response attributes object
    • leaderid string Required
    • id integer Required
    • typed integer Required
    • flagcolor string Required
    • name string Required
    • symbol string Required
  • 400 application/json

    Bad Request

    Bad Request

  • 401 application/json

    Unauthorized

    Unauthorized

  • 503 application/json

    Service Unavailable

    Service Unavailable

GET /clans/{clanid}/relationships/
curl \
 --request GET 'http://api.example.com/clans/{clanid}/relationships/' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "leaderid": "string",
    "id": 42,
    "typed": 42,
    "flagcolor": "string",
    "name": "string",
    "symbol": "string"
  }
]
Response examples (400)
string
Response examples (401)
string
Response examples (503)
string