GET api/EmployeeData/GetProfessionalInterestSearch?search={search}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| search | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Link| Name | Description | Type | Additional information |
|---|---|---|---|
| Text | string |
None. |
|
| Url | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"text": "sample string 1",
"url": "sample string 2"
},
{
"text": "sample string 1",
"url": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfLink xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GTI.DW.PeopleProfile.Domain.Models">
<Link>
<Text>sample string 1</Text>
<Url>sample string 2</Url>
</Link>
<Link>
<Text>sample string 1</Text>
<Url>sample string 2</Url>
</Link>
</ArrayOfLink>