rlink:community:communityevent:getavailablecommunityevents

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
rlink:community:communityevent:getavailablecommunityevents [2022-10-22 21:33] – [AoE2:DE] nimdarlink:community:communityevent:getavailablecommunityevents [2024-11-01 14:07] (current) – Replace 'reliclink' with 'worldsedgelink' nimda
Line 1: Line 1:
-====== /community/CommunityEvent/getAvailableCommunityEvents ====== +====== [GET] /community/CommunityEvent/getAvailableCommunityEvents ======
- +
-<WRAP center round todo 60%> +
-Request, Response +
-</WRAP> +
  
 <WRAP center round download 60%> <WRAP center round download 60%>
-[[https://aoe-api.reliclink.com/community/CommunityEvent/getAvailableCommunityEvents?title=age2 | Example request]]+[[https://aoe-api.worldsedgelink.com/community/CommunityEvent/getAvailableCommunityEvents?title=age2 | Example request]]
 </WRAP> </WRAP>
  
 ===== Request ===== ===== Request =====
-<WRAP round 100%> 
-<code> 
-REQUEST_TEMPLATE 
-</code> 
-</WRAP> 
  
 ^parameter ^type ^value ^comments ^ ^parameter ^type ^value ^comments ^
-|title|str/enum|age1, age2|:!: age3 and age4 not supported :!:|+|title|str/enum|age1, age2age3age4|
  
 ===== Response ===== ===== Response =====
  
 ==== AoE2:DE ==== ==== AoE2:DE ====
-<WRAP round 100%>+<WRAP group> 
 +<WRAP half column> 
 <code> <code>
 { {
Line 34: Line 26:
 </code> </code>
 </WRAP> </WRAP>
 +
 +<WRAP half column>
 +<code>
 +{
 +    "$schema": "http://json-schema.org/schema#",
 +    "type": "object",
 +    "properties": {
 +        "result": {
 +            "type": "object",
 +            "properties": {
 +                "code": {
 +                    "type": "integer"
 +                },
 +                "message": {
 +                    "type": "string"
 +                }
 +            },
 +            "required": [
 +                "code",
 +                "message"
 +            ]
 +        },
 +        "communityEvents": {
 +            "type": "array"
 +        }
 +    },
 +    "required": [
 +        "communityEvents",
 +        "result"
 +    ]
 +}
 +
 +</code>
 +</WRAP>
 +</WRAP>
 +
 +
  • rlink/community/communityevent/getavailablecommunityevents.1666467180.txt.gz
  • Last modified: 4 years ago
  • by nimda