Get skills

Returns a list of suggested skills (tags) for an assignment

End point

/api/DistributionApi/GetSkills

Request format

POST

Request 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>
Property Name Required Description
text
Yes

Description of assignment. Must be a text containing max 10 000 characters. HTML-formatting can be used, but is limited to the following tags:

br i b li ul

Observe that if you send HTML-tags as part of the text, these
have to be XML-encoded, or sent as part of a CDATA-element.
title
No

Title of the assignment. Must be a text containing max 100 characters.

role
No

Consultant role for the assignment. Must be a text containing max 100 characters.

Response Messages

XML with format

<skills><skill>[skill1]</skill><skill>[skill2]</skill></skills>