get https://localhost/producev16_Last/api/v1/client/alltasks
/alltasks
This method supports retrieving a list of user's in-progress tasks. The tasks retrieved by this method are either workflow tasks or in-progress answer files.
By default, a call to this method will return a list of all the user's in-progress tasks. To make responses easier to handle, the client can request for sets of paginated items by passing these query parameters:
$skip
, skip this number of rows.
$top
,return this number of rows.
By doing this the response will include a @nextLink
flag pointing to the next page of results.