API endpoint to get term store custom property

Copper Contributor

Does anyone know if there is a way to get custom properties (shown in screenshot below) for a term in the Sharepoint online term store?

 

 

screenshot.jpg

3 Replies
Hi,

Did you eventually figure out how to achieve the above?
If so, do you mind sharing?

Much appreciated.

@Q_Jali Unfortunately, i was not able to do this via Power Automate but we created an online Powershell Script (via Azure Runbook).  Below is a link on how to create the runbook.

https://learn.microsoft.com/en-us/azure/automation/learn/automation-tutorial-runbook-textual

 

Hi @Shone Karthanal , 

i spotted your question while searching for a solution getting these properties in a SharePoint WebPart.

Following the Microsoft documentation for the SharePoint Rest API ( https://learn.microsoft.com/en-us/sharepoint/dev/sp-add-ins/use-odata-query-operations-in-sharepoint... ) in some cases "[...] these properties are not included in the default query, and must be explicitly requested".

For my SharePoint situation i was successfull with this url: https://[tenant-name].sharepoint.com/sites/[sitename]/_api/v2.1/termStore/termSets/[setId]/terms/[te...

Maybe this helps you finding your solution.