Hi everyone,
I have an issues with quering the Sharpoint site term store.
I have a term collection with child where i put some local properties.
i have a flow in wich i use the shapepoint HTTP request connector
according to the docs
https://docs.microsoft.com/en-us/graph/api/resources/termstore-term?view=graph-rest-1.0
and the request
https://docs.microsoft.com/en-us/graph/api/termstore-term-get?view=graph-rest-1.0&tabs=http
i succefuly collect my term, but the response is incomplete i only receive
I can figure out how to get the full item like in doc
https://docs.microsoft.com/en-us/graph/api/resources/termstore-term?view=graph-rest-1.0
would appreciate help
Finally get the answer.
it's easy as passing filter and changing a bit the request.
in the Sharepoint HTTP request block put following as request.
_api/v2.1/termStore/groups/e5044f2f-aaaaaaa-ffffffffff-ce8a782f7e55/sets/ffe1297f-eeeee-aaaaa-9bba-6e4656bb4aa0/terms?$select=id,labels,properties,descriptions
you will get all terms for the sets
if you want to get a specific term, just use the filter block and filter on id to retreive a single term with properties