Greetings, I need to be able to specify and pull in (GET) multiple BDN terms through the API. For example, I know the two term IDs that I need. Is there an API endpoint where I can specify those two terms? Like: /SASBusinessDataNetwork/rest/terms?id=(1010066,1010067) I know that you can specify one term to return at a time like so: /SASBusinessDataNetwork/rest/terms/1010066 I also know you can return multiple terms with the query string, but that usually returns more results than I need. I would like to know if there is a way to return multiple, specific terms with one request? Thanks!
... View more