Graph to get SharePoint Managaed Meta Data Custom Properties

Copper Contributor

Hello everyone,

Does anyone know if it is possible to get the custom properties from a term using the graph api?  I am able to get all the terms within a term set by using this url: https://graph.microsoft.com/beta/termStore/groups/<TermGroupID>/sets/<TermSetID>/children

These are the custom properties i am trying to retrieve for each term.

Screenshot1.jpg

1 Reply

@Shone Karthanal 

You have to add "?$select=properties" as a parameter. You can select all elements to be returned.

 

Ex:

https://graph.microsoft.com/v1.0/sites/<siteId>/termStore/sets/<setId>/terms/<termId>?$select=properties