Web Service Method: Request Broader Concepts
30/03/2026
Description |
|---|
Returns a list of direct broader concepts of the given concept. |
URL: /PoolParty/api/thesaurus/{project}/broaders
Supported Methods |
|---|
GET |
Variable | Comment |
|---|---|
| The UUID or the URI supplement (textual identifier) of the project to be used. |
Parameter | Comment | Type | Required |
|---|---|---|---|
concept | URI of the Concept | String | true |
properties | List of concept properties that should be fetched. E.g. you can choose a list like: See full list of Retrieve Properties in API Requests. | String | false |
language | Only broader concepts with labels in this language will be displayed. If no language is given, the default language of the project will be used. | String | false |
transitive | If true, all transitive broader concepts are returned instead of only direct broader concepts. NoteConcept schemes are not returned with this request. When you want to retrieve full hierarchy path of a concept it is recommended to useWeb Service Method: Request Paths Between Concept and Concept Schemesinstead. | boolean | false |
workflowStatus | Set to | boolean | false |
Array of concepts of the selected PoolParty project.
Attribute | Type | Comment |
|---|---|---|
| String | URI of the concept |
| String | Preferred label |
| Array of Strings | Alternative labels |
| Array of Strings | Hidden labels |
| Array of Strings | Definitions |
Request Pattern
http://<server-url>/PoolParty/api/thesaurus/<project>/broaders?concept=<concept>