Friday, December 1, 2023

Get SharePoint Term Store items using REST

 In SharePoint Term Store is user for Manage Meta data. Manage meta data plays vital part if SharePoint when it using across multiple department in a organization. 

Since it is easy to configure the Term Store in development it will given more paint to the development and Power Automate. So that I have found the SharePoint REST call for the Term Store data.

In following URL is using for retrieve all values Term sets. For the <<TERMGROUPID>> and <<TERMSETID>> you need to find out GUID form admin center.

_api/v2.1/termStore/groups/
            <<'TERMGROUPID'>>
            /sets/
            <<'TERMSETID')>>
            /terms?$select=id,labels


In Power Automate You can assign the relevant TERMGROUPID and TERMSETID in to variable and refer as follows

I think you would able to get little knowledge about the Term Store data retrieval






0 comments:

Post a Comment