* Add "?tasks" to the query string to include the campaign's tasks in the response
Add "?worksets" to the query string to include the worksets for the campaign in the response. Specify "?worksets=stats" to include completion statistics with the workset listings.
Add "?assign" to the query string to request a new workset assignment for the current user. This will only work if (1) the user is logged in, (2) there's tasks available to be assigned and (3) the user doesn't already have an open workset assignment.
* Add "?tasks" to the query string to list out the tasks for this workset
Add "?worksets=stats" to include completion statistics with the workset listing.
Add "?campaign" to the query string to include relevant campaign data and "?campaign=stats" to also include campaign statistics.
Add "?abandon" to the query string to release the incomplete tasks from this workset. This will only work if (1) the user is logged in and (2) the workset in question is assigned to the user. Only incomplete tasks will be released from the workset.
* Add "?campaign" to the query string to include relevant campaign data and "?campaign=stats" to also include campaign statistics.
Add "?worksets" to the query string to include relevant worksets' data "?worksets=stats" to also include workset statistics
Add "?label=<encoded json>" to the URL. E.g. campaigns/enwiki/1/1/1?label={"damaging":true,"good-faith":false}. This will only work if the user is logged in.
/users/ - Provides access to data from the point of view of a user
* Add "?campaigns" to the query string to return all campaigns that the user has been assigned worksets for. Specify "campaigns=stats" to also include campaign statistics.
Add "?worksets" to the query string to return all worksets assigned to the user. Specify "worksets=stats" to also include workset statistics.
Add "?tasks" to the query string to return all tasks assigned to the user. Note that labels applied by other users will be hidden from this view.