Merge branch 'develop' into stable
This commit is contained in:
commit
8dd46fd1f1
@ -56,11 +56,13 @@ public interface TasksApi {
|
||||
|
||||
@POST
|
||||
@Path("query")
|
||||
@Consumes({ "application/json" })
|
||||
@Produces({ "application/json" })
|
||||
ResultListDataRepresentation<Task> query(TaskQueryRepresentation request);
|
||||
|
||||
@POST
|
||||
@Path("filter")
|
||||
@Consumes({ "application/json" })
|
||||
@Produces({ "application/json" })
|
||||
ResultListDataRepresentation<Task> query(HistoricTaskQueryRepresentation request);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user