GET /tags
GET /tags
[ { "id": 16, "title": "Signalé", "type": 0, "specialization": "flagged", }, { "id": 17, "title": "Favoris", "type": 1, "specialization": "favorite", }, { "id": 18, "title": "Scientifique", "type": 2 }, { "id": 19, "title": "Politicien", "type": 3, "specialization": "null", }, { "id": 20, "title": "Viper", "type": 0, "specialization": "null", }, { "id": 21, "title": "Co-Pilote", "type": 0, "specialization": "null", }, { "id": 265, "title": "Statut", "type": 0, "specialization": "null", }, { "id": 266, "title": "En mission", "type": 0, "specialization": "null", }, { "id": 267, "title": "Disponible", "type": 0, "specialization": "null", }, { "id": 269, "title": "Localisation", "type": 0, "specialization": "null", }, { "id": 270, "title": "Caprica", "type": 0, "specialization": "null", }, { "id": 271, "title": "Battlestar", "color": 0, "specialization": "null", }, { "id": 272, "title": "Pegasus", "color": 0, "specialization": "null", }, { "id": 273, "title": "Basestar", "type": 0, "specialization": "null", }, { "id": 274, "title": "Colonial one", "type": 0, "specialization": "null", } ]
GET /tags/:id
GET /tags/271
{ "id": 271, "title": "Battlestar", "type": 1, "specialization": null, }
GET /tags/:id/users
GET /tags/271/users
[ { "id": 1, "username": "[email protected]", "email": "[email protected]", "firstname": "Will", "lastname": "Adama" }, { "id": 6, "username": "[email protected]", "email": "[email protected]", "firstname": "Kara", "lastname": "Thrace", "kind": "user" }, { "id": 7, "username": "[email protected]", "email": "[email protected]", "firstname": "Galen", "lastname": "Tyrol", "kind": "user" }, { "id": 8, "username": "[email protected]", "email": "[email protected]", "firstname": "Samuel", "lastname": "Anders", "kind": "candidate" } ]
GET /tags/colors
GET /tags/colors
[ { "type": 0, "color": "7A7A7A" }, { "type": 1, "color": "c82e1e" }, { "type": 2, "color": "ffa800" }, { "type": 3, "color": "61ac00" }, { "type": 4, "color": "50a3d9" }, { "type": 5, "color": "738DA8" }, { "type": 6, "color": "b900db" }, { "type": 7, "color": "956200" }, ]