Forum Discussion
Shone Karthanal
May 05, 2021Copper Contributor
Graph to get SharePoint Managaed Meta Data Custom Properties
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.
- MaxCSACopper Contributor
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