Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| rlink:game:item:openitempack [2022-10-23 16:59] – [/game/item/openItemPack (Missing Response)] simonsan | rlink:game:item:openitempack [2024-11-01 14:08] (current) – Replace 'reliclink' with 'worldsedgelink' nimda | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== [POST] / | + | ====== [POST] / |
| <WRAP center round important 60%> | <WRAP center round important 60%> | ||
| **AUTHENTICATION** | **AUTHENTICATION** | ||
| - | </ | ||
| - | |||
| - | <WRAP center round todo 60%> | ||
| - | Response | ||
| </ | </ | ||
| - | ===== Request | + | ===== AoE2: |
| + | ==== Request | ||
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| POST / | POST / | ||
| - | Cookie: ApplicationGatewayAffinity=0; | + | Cookie: ApplicationGatewayAffinity=0; |
| - | Host: aoe-api.reliclink.com | + | Host: aoe-api.worldsedgelink.com |
| Accept-Encoding: | Accept-Encoding: | ||
| Accept: */* | Accept: */* | ||
| Line 35: | Line 32: | ||
| |sessionID|str||| | |sessionID|str||| | ||
| - | ===== Response | + | ==== Response ==== |
| - | + | ||
| - | ==== AoE2: | + | |
| <WRAP round 100%> | <WRAP round 100%> | ||
| < | < | ||
| RESPONSE_TEMPLATE | RESPONSE_TEMPLATE | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ===== AoE4 ===== | ||
| + | ==== Request ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | POST / | ||
| + | Host: aoe-api.worldsedgelink.com | ||
| + | Accept: */* | ||
| + | Accept-Encoding: | ||
| + | Cookie: ApplicationGatewayAffinity=a2bd9c803374aa3cdd1337b02986746f; | ||
| + | Cache-Control: | ||
| + | Content-Length: | ||
| + | Content-Type: | ||
| + | Pragma: no-cache | ||
| + | |||
| + | callNum=128& | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | ^parameter ^type ^value ^comments ^ | ||
| + | |callNum| int | 123 || | ||
| + | |choices| array[?]| []|| | ||
| + | |connect_id|||| | ||
| + | |itemInstance_id|int|5678|| | ||
| + | |itemLocation_id|int|0|| | ||
| + | |lastCallTime| timestamp||| | ||
| + | |sessionID|str||| | ||
| + | |||
| + | ==== Response ==== | ||
| + | <WRAP round 100%> | ||
| + | < | ||
| + | [ | ||
| + | 0, // result status code | ||
| + | [ | ||
| + | [ | ||
| + | 449957613, | ||
| + | 1, | ||
| + | 452595, | ||
| + | 233334, // self profile_id | ||
| + | 45939, | ||
| + | 0, | ||
| + | "", | ||
| + | 1666824381, | ||
| + | 0, | ||
| + | -1, | ||
| + | 3, | ||
| + | -1 | ||
| + | ] | ||
| + | ] | ||
| + | ] | ||
| </ | </ | ||
| </ | </ | ||