In order to perform these operations, ensure that you have the proper authentication (if necessary) and user permissions.
Fetching Topic Name
The following query fetches all topics associated with a specific product. The Topic type is used for this purpose.
Fetching snippet...
Fetching all Items in a Topic Map
Using the Topic type, you can also fetch all the items connected with a topic map. Then you can use any of the fields mentioned in the query fields section to get more data about the items. Below, we’re only getting the names.
Fetching snippet...
Fetching Parent
You can fetch the parent of a topic map with the help of the parent field.
Fetching snippet...