Similar Posts

5 Comments

  1. So, that’s bizarre. On our end, I don’t have to GET that Taxonomy Catch All (although I -do- have to do that in an SPD workflow if I want to work with metadata at all).

    Because I can’t do screenshots at work, I’ve created a mockup of the URI I’m using and my return here: https://codepen.io/ChrispyBites/pen/VWGBpY

  2. It’s 2017 and I still don’t believe that I’ve never had to filter managed metadata fields using the REST API before! TaxCatchAll/Term is filterable! hurrah :) Thanks for the article, saved me from a very long night

    1. @tekken:

      Odds are you’re requesting the results in JSON, so you can grab the terms by iterating over the results (which is an array) and getting the Term property of each.

      M.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.