BookmarkSubscribeRSS Feed
🔒 This topic is solved and locked. Need further help from the community? Please sign in and ask a new question.
Unknown2SAS
Calcite | Level 5

 Hi,

Gone through SAS Viya REST API and client api samples provided, but dint came across any example for getting the list published models using REST or client API.  Is this supported? Can some expert redirect me to right documentation and/or example for the same.

Went through https://developer.sas.com/guides/rest.html#0be904a7-027b-4d35-b6e6-b31b65d491b5 and java samples on git.

Thanks

1 ACCEPTED SOLUTION

Accepted Solutions
joeFurbee
Community Manager

Hi Again,

The list published models API request is actually defined in the Model Publish API doc

 

Here is the general structure of the rest call:

 

 

curl -X GET https://www.example.com/modelPublish/models \
  -H 'Authorization: Bearer <access-token-goes-here>' \ 
  -H 'Accept: application/vnd.sas.collection+json'

 

 


Join us for SAS Community Trivia

SAS Bowl LIII, SAS Hackathon 2025
Wednesday, August 25, 2025 at 10 am.

View solution in original post

3 REPLIES 3
joeFurbee
Community Manager

Hi @Unknown2SAS

I'm moving this thread to the Developers Community. All Coding on SAS Viya Community have been relocated there and this community will be sunset.

 

Also, I'll look into getting you the proper REST call to get a list of published models. I'll use the Model Management REST API documentation located here.


Join us for SAS Community Trivia

SAS Bowl LIII, SAS Hackathon 2025
Wednesday, August 25, 2025 at 10 am.
joeFurbee
Community Manager

Hi Again,

The list published models API request is actually defined in the Model Publish API doc

 

Here is the general structure of the rest call:

 

 

curl -X GET https://www.example.com/modelPublish/models \
  -H 'Authorization: Bearer <access-token-goes-here>' \ 
  -H 'Accept: application/vnd.sas.collection+json'

 

 


Join us for SAS Community Trivia

SAS Bowl LIII, SAS Hackathon 2025
Wednesday, August 25, 2025 at 10 am.
Unknown2SAS
Calcite | Level 5
Thanks joeFurbee. This helped!

hackathon24-white-horiz.png

2025 SAS Hackathon: There is still time!

Good news: We've extended SAS Hackathon registration until Sept. 12, so you still have time to be part of our biggest event yet – our five-year anniversary!

Register Now

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 3 replies
  • 2235 views
  • 0 likes
  • 2 in conversation