Get skills
This is an earlier version of the API. It will stop being available 2026-12-31. Please use v2 of the API
Returns a list of suggested skills (tags) for an assignment
End point
/api/DistributionApi/GetSkillsRequest format
POSTRequest content
The request body should be formatted as XML, see below.
<?xml version=""1.0"" encoding=""UTF-8""?>
<requisition>
<role></role>
<text></text>
<title></title>
</requisition>
Response Messages
XML with format
<skills><skill>[skill1]</skill><skill>[skill2]</skill></skills>