fix task API query/filter
This commit is contained in:
parent
3625e67ce6
commit
85d821d70b
@ -56,11 +56,13 @@ public interface TasksApi {
|
|||||||
|
|
||||||
@POST
|
@POST
|
||||||
@Path("query")
|
@Path("query")
|
||||||
|
@Consumes({ "application/json" })
|
||||||
@Produces({ "application/json" })
|
@Produces({ "application/json" })
|
||||||
ResultListDataRepresentation<Task> query(TaskQueryRepresentation request);
|
ResultListDataRepresentation<Task> query(TaskQueryRepresentation request);
|
||||||
|
|
||||||
@POST
|
@POST
|
||||||
@Path("filter")
|
@Path("filter")
|
||||||
|
@Consumes({ "application/json" })
|
||||||
@Produces({ "application/json" })
|
@Produces({ "application/json" })
|
||||||
ResultListDataRepresentation<Task> query(HistoricTaskQueryRepresentation request);
|
ResultListDataRepresentation<Task> query(HistoricTaskQueryRepresentation request);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user