rlink:game:relationship:getrelationships

Differences

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

Link to this comparison view

Next revision
Previous revision
rlink:game:relationship:getrelationships [2022-10-22 17:42] – created nimdarlink:game:relationship:getrelationships [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda
Line 1: Line 1:
-====== /game/relationship/getRelationships ======+====== [GET] /game/relationship/getRelationships ======
 <WRAP center round important 60%> <WRAP center round important 60%>
 **AUTHENTICATION** **AUTHENTICATION**
Line 5: Line 5:
  
  
-===== Request =====+===== AoE2:DE ===== 
 +==== Request ====
 <WRAP round 100%> <WRAP round 100%>
 <code> <code>
 GET /game/relationship/getRelationships?callNum=123&connect_id=ccc&lastCallTime=111&sessionID=zzz HTTP/1.1 GET /game/relationship/getRelationships?callNum=123&connect_id=ccc&lastCallTime=111&sessionID=zzz HTTP/1.1
-Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;reliclink=2; +Cookie: ApplicationGatewayAffinity=0;ApplicationGatewayAffinityCORS=1;worldsedgelink=2; 
-Host: aoe-api.reliclink.com+Host: aoe-api.worldsedgelink.com
 Accept-Encoding: identity Accept-Encoding: identity
 Accept: */* Accept: */*
Line 25: Line 26:
 |sessionID|str||| |sessionID|str|||
  
-===== Response =====+==== Response ==== 
 +<WRAP round 100%> 
 +<code> 
 +
 +    0, // result status code 
 +    [], 
 +    [], 
 +    [], 
 +    [], 
 +    [ 
 +        [ 
 +            4194, 
 +            453225, 
 +            "/steam/76561198041844374", 
 +            "{\"icon\":\"PR7-003\"}", 
 +            "How Do I Shoot Zweihänder", 
 +            "", 
 +            294907, 
 +            161, 
 +            1, 
 +            3, 
 +            null, 
 +            "76561198041844374", 
 +            3, 
 +            [], 
 +            0, 
 +            null, 
 +            [] 
 +        ], 
 +        [ 
 +            1184, 
 +            518884, 
 +            "/steam/76561198023323630", 
 +            "{\"icon\":\"PR7-001\"}", 
 +            "CarbonbaseD", 
 +            "", 
 +            368202, 
 +            28, 
 +            1, 
 +            0, 
 +            null, 
 +            "76561198023323630", 
 +            3, 
 +            [], 
 +            0, 
 +            null, 
 +            [] 
 +        ], 
 +        [ 
 +            4763, 
 +            649416, 
 +            "/steam/76561198016961929", 
 +            "{\"icon\":\"PR5-004\"}", 
 +            "Hazza_", 
 +            "", 
 +            509274, 
 +            173, 
 +            1, 
 +            0, 
 +            null, 
 +            "76561198016961929", 
 +            3, 
 +            [], 
 +            0, 
 +            null, 
 +            [] 
 +        ] 
 +    ], 
 +    [], 
 +    [] 
 +
 +</code> 
 +</WRAP> 
 + 
 +===== AoE4 ===== 
 +==== Request ==== 
 +<WRAP round 100%> 
 +<code> 
 +GET /game/relationship/getRelationships?callNum=226&connect_id=bgoo2n1murnn43kzdnnfc9fhp2no19&lastCallTime=2939341&sessionID=bgoo2n1murnn43kzdnnfc9fhp2no19 HTTP/1.1 
 +Host: aoe-api.worldsedgelink.com 
 +Accept: */* 
 +Accept-Encoding: identity 
 +Cookie: ApplicationGatewayAffinity=a2bd9c803374aa3cdd1337b02986746f;ApplicationGatewayAffinityCORS=a2bd9c803374aa3cdd1337b02986746f;worldsedgelink=-1321719400; 
 +Cache-Control: no-store 
 +Content-Type: application/x-www-form-urlencoded; charset=UTF-8 
 +Pragma: no-cache 
 +</code> 
 +</WRAP> 
 + 
 +^parameter ^type ^value ^comments ^ 
 +|callNum| int | 123 || 
 +|connect_id|||| 
 +|lastCallTime| timestamp||| 
 +|sessionID|str|||
  
-==== AoE2:DE ====+==== Response ====
 <WRAP round 100%> <WRAP round 100%>
 <code> <code>
 [ [
-   0, +    0, // result status code 
-   [ +    [], 
-       +    [], 
-   ], +    [], 
-   [ +    [], 
-       +    [], 
-   ], +    [], 
-   [ +    []
-       +
-   ], +
-   [ +
-       +
-   ], +
-   [ +
-      [ +
-         4194, +
-         453225, +
-         "/steam/76561198041844374", +
-         "{\"icon\":\"PR7-003\"}", +
-         "How Do I Shoot Zweihänder", +
-         "", +
-         294907, +
-         161, +
-         1, +
-         3, +
-         null, +
-         "76561198041844374", +
-         3, +
-         [ +
-             +
-         ], +
-         0, +
-         null, +
-         [ +
-             +
-         ] +
-      ], +
-      [ +
-         1184, +
-         518884, +
-         "/steam/76561198023323630", +
-         "{\"icon\":\"PR7-001\"}", +
-         "CarbonbaseD", +
-         "", +
-         368202, +
-         28, +
-         1, +
-         0, +
-         null, +
-         "76561198023323630", +
-         3, +
-         [ +
-             +
-         ], +
-         0, +
-         null, +
-         [ +
-             +
-         ] +
-      ], +
-      [ +
-         4763, +
-         649416, +
-         "/steam/76561198016961929", +
-         "{\"icon\":\"PR5-004\"}", +
-         "Hazza_", +
-         "", +
-         509274, +
-         173, +
-         1, +
-         0, +
-         null, +
-         "76561198016961929", +
-         3, +
-         [ +
-             +
-         ], +
-         0, +
-         null, +
-         [ +
-             +
-         ] +
-      ] +
-   ], +
-   [ +
-       +
-   ], +
-   [ +
-       +
-   ]+
 ] ]
 </code> </code>
 </WRAP> </WRAP>
  • rlink/game/relationship/getrelationships.1666453321.txt.gz
  • Last modified: 4 years ago
  • by nimda