meta { name: 01 List type: http seq: 1 } get { url: {{baseUrl}}/api/v1/clients body: none auth: inherit } tests { test("200 OK", function () { expect(res.getStatus()).to.equal(200); }); test("data is array", function () { expect(res.getBody().data).to.be.an("array"); }); } docs { GET /api/v1/clients Liste à plat (sans stats), triée alphabétique par nom. Utilisée par le combobox client à la saisie de facture. }