BookmarkSubscribeRSS Feed
☑ This topic is solved. Need further help from the community? Please sign in and ask a new question.
EyalGonen
Lapis Lazuli | Level 10

Hi all,

 

At https://developer.sas.com/apis/rest/v3.5/#filters there is supposed to be a link that explains filter expressions:

 

For a complete description of filter expressions, see the Filtering reference.

However, when clicking this link (on the word "Filtering") I do not see any such page. It looks like this "got lost" during the switch to the new developers.sas.com web site.

 

Anyone knows where can I find the doc about API filter expressions?

1 ACCEPTED SOLUTION

Accepted Solutions
joeFurbee
Community Manager

Hu @EyalGonen. On the new developer portal, you can find the Filtering info on the Usage Notes tab of any API. See screenshot below:

joeFurbee_0-1715091018009.png

 


Join us for SAS Community Trivia
SAS Bowl XL, SAS Innovate 2024 Recap
Wednesday, May 15, 2024, at 10 a.m. ET | #SASBowl

View solution in original post

5 REPLIES 5
gwootton
SAS Super FREQ
Until it's fixed if you run this you'd pull the old doc HTML, use sed to strip the HTML and output the plain text to a file.

curl -s https://developer.sas.com/reference/filtering/ | sed -e 's/<[^>]*>//g' > filterdoc.txt
--
Greg Wootton | Principal Systems Technical Support Engineer
EyalGonen
Lapis Lazuli | Level 10

Thanks @gwootton 

 

In the meantime I found the doc I needed somewhere else: https://developer.sas.com/apis/rest/#filters 

joeFurbee
Community Manager

Hu @EyalGonen. On the new developer portal, you can find the Filtering info on the Usage Notes tab of any API. See screenshot below:

joeFurbee_0-1715091018009.png

 


Join us for SAS Community Trivia
SAS Bowl XL, SAS Innovate 2024 Recap
Wednesday, May 15, 2024, at 10 a.m. ET | #SASBowl

EyalGonen
Lapis Lazuli | Level 10

Thanks @joeFurbee 

 

In the old developer portal there was a distinction between Viya 3.5 APIs and Viya 4 APIs.

The new developer portal is just for Viya 4 APIs?

 

joeFurbee
Community Manager

Hi @EyalGonen,

There is no distinction on Viya 3.5 an 4 on the new site. You get all of the public APIs. We are working on a story that will add the Viya release cadence to each API, so you can cross check with your version. It should be out in the coming weeks.


Join us for SAS Community Trivia
SAS Bowl XL, SAS Innovate 2024 Recap
Wednesday, May 15, 2024, at 10 a.m. ET | #SASBowl

sas-innovate-2024.png

Available on demand!

Missed SAS Innovate Las Vegas? Watch all the action for free! View the keynotes, general sessions and 22 breakouts on demand.

 

Register now!

Discussion stats
  • 5 replies
  • 528 views
  • 4 likes
  • 3 in conversation