Skip to content

Latest commit

 

History

History
28 lines (28 loc) · 614 Bytes

File metadata and controls

28 lines (28 loc) · 614 Bytes

Badge (rédaction en cours...)

GET - Récupération

Requête /account/badges/list méthode GET

Réception JSON :

{
  "path": "/account/badges/list",
  "code": 200,
  "method": "GET",
  "data": [
    {
      "badge": {
        "path_img": "http://127.0.0.1:3000/assets/images/badge/epitech_experience_2016.png",
        "name": "Epitech Experience 2016",
        "description": "description du badge",
        "id": 10,
        "type": 50
      },
      "account_id": 1,
      "badge_id": 10,
      "timestamp": 1480193041921
    }
  ],
  "length": 10,
  "error": "OK",
  "timestamp": 1480244875032
}