Fachschaft07 / fs-rest

REST interface for several services
6 stars 1 forks source link

ID Request #3

Closed FHellmann closed 9 years ago

FHellmann commented 9 years ago

There must be the possibility to request every item which has an ID with his ID.

Example:

Job job = controller.getJob("ID");
lucaspataro commented 9 years ago

Changed Path for Job search to "/rest/api/jobs?search=XXX" and added the Path "/rest/api/job?id=XXX" for requesting an specific Job