realzimon / backzimon-node

A dashboard application for civil servants to fairly distribute work. Node.js backend connecting to a MongoDB.
MIT License
1 stars 0 forks source link

Zivi API #2

Closed literalplus closed 7 years ago

literalplus commented 7 years ago

The backend should provide an API for retrieving all Zivis.

GET /api/v1/zivis/list
{
  "zivicount": 1,
  "zivis": [
    {
      "name": "Simon",
      "name_mx": "El Simón"
    }
  ]
}
literalplus commented 7 years ago

@DZDomi does the API return them in random order?

DZDomi commented 7 years ago

Damn i knes i missed something