Hi ,
This is the first time I am working with Naviagational Topic Configuration which involves Main Topics and Subtopics too . In Topic Object there is no such field exists for identifying the parent topic of that SubTopic through SOQL. Is there anyway to identify Topics VS Subtopics.
@* Experience Cloud *@Experience Cloud Trailblazers Japan @Securing Experience Cloud
Through SOQL it's not feasible to retrieve children of a topic. You can use this API https://developer.salesforce.com/docs/atlas.en-us.chatterapi.meta/chatterapi/connect_resources_managed_topic.htm to achieve the same. Hope this helps.