DSClient
Number of APIs: 6
-
All clients page 1 limit 3 GET {{host}}/clients?page=0&linesPerPage=3&direction=ASC&orderBy=name
-
All clients page 0 limit 6 GET {{host}}/clients?page=0&linesPerPage=6&direction=ASC&orderBy=name
-
Client by id GET {{host}}/clients/1
-
Insert new client POST {{host}}/clients
-
Update client PUT {{host}}/clients/1
-
Delete client DELETE {{host}}/clients/1