Forum Discussion
Retrieve Term Navigation Properties using REST API
Hi Matthias_Glubrecht. Thanks for your reply, but is says customProperties and localCustomProperties don't exist - the same as when I use /properties
{"error":{"code":"itemNotFound","message":"The property 'customProperties' is null or does not exist"}}
Did you try this yourself and is it working?
No, unfortunately I didn't have the time to try it myself. Seems that I was a little bit too optimistic. Sorry for that!
I once had the requirement to read all terms from a term set, which is in fact possible using CSOM or JSOM. I remembered that in the "@pnp/sp-dev-fx-controls-react" library they had the same requirement to display a tree of terms, and I copied their solution which mimics a JSOM call by posting the XML that JSOM would generate to the server and evaluates the returned data to extract the terms including all localCustomProperties like "_Sys_Nav_SimpleLinkUrl" and "_Sys_Nav_HoverText".
Maybe that's the only way?