Skip to main content

Method returns a list of Portal Categories (Tags) that can be used when filtering (see get-portal-details).

Parameters

No additional parameters

Example

Request

https://ws.idibu.com/ws/rest/v1/portals/categories?hash=[your_hash]

Response

<?xml version="1.0" encoding="utf8"?>
<idibu generator="idibu" version="1.0">
<response>
<categories>
<category>Pensions</category>
<category>accountancy</category>
<category>admin-secretarial</category>
<category>aerospace-aviation</category>
<category>agriculture</category>
<category>all</category>
<category>automotive</category>
<category>banking</category>
<category>beauty</category>
<category>construction</category>
<category>consultancy</category>
<category>creative-design</category>
<category>customer_services</category>
<category>defence</category>
<category>education</category>
<category>electronics</category>
<category>engineering</category>
<category>environmental</category>
<category>executive</category>
<category>financial_services</category>
<category>fmcg</category>
<category>food-drink</category>
<category>free</category>
<category>general</category>
<category>graduate</category>
<category>health-medicine</category>
<category>hospitality-catering</category>
<category>human_resources</category>
<category>information_technology</category>
<category>insurance</category>
<category>international</category>
<category>language</category>
<category>legal</category>
<category>logistics</category>
<category>manufacturing</category>
<category>media</category>
<category>miscellaneous</category>
<category>printing-packaging</category>
<category>property</category>
<category>public-relations</category>
<category>public_sector</category>
<category>recruitment</category>
<category>regional</category>
<category>retail</category>
<category>sales-marketing</category>
<category>science</category>
<category>social-childcare</category>
<category>social_networks</category>
<category>technical</category>
<category>temporary_/_seasonal</category>
<category>travel</category>
<category>utilities</category>
</categories>
</response>
<status>success</status>
</idibu>