Task Engine 10.11 | Task Engine Webhelp | webMethods Task Engine API and Service Reference | Using the Task Engine RESTful Web Services in Integration Server | GET Task Expert List
 
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.