GET Task Expert List

This REST request returns a list of experts associated with the specified tags. The underlying built-in service is pub.task.taskclient:getTaskExpertList.

The HTTP request is formed as follows:

GET /rest/pub/opentask/taskID/recommendation?tags=value

Input Parameters

tags String Comma-separated list of tags.

Output Parameters

guidance Guidance[] An array of Guidance objects containing the names, ratings, and user IDs of the experts for the specified tags. See pub.task:Guidance for a description of the fields in this document.