Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 568 Bytes

File metadata and controls

28 lines (28 loc) · 568 Bytes

History (rédaction en cours...)

GET - Récupération

Requête `` méthode GET

Réception JSON :

{
  "path": "/account/history/list",
  "code": 200,
  "method": "GET",
  "data": [
    {
      "account_id": 0,
      "action": "obtenu un nouveau badge.",
      "id": 21,
      "category": "badge",
      "type": 0,
      "account": {
        "username": "admin"
      },
      "timestamp": 1480193044869
    }
  ],
  "length": 21,
  "error": "OK",
  "timestamp": 1480245087930
}

- [badge] Le 24/11/2016 à 17:10:33 vous avez obtenu un nouveau badge.