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 L, PROC HTTP
Wednesday, February 19, 2024, at 10:00 a.m. ET | #SASBowl

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 L, PROC HTTP
Wednesday, February 19, 2024, at 10:00 a.m. ET | #SASBowl

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 L, PROC HTTP
Wednesday, February 19, 2024, at 10:00 a.m. ET | #SASBowl

Unknown2SAS
Calcite | Level 5
Thanks joeFurbee. This helped!

sas-innovate-white.png

Special offer for SAS Communities members

Save $250 on SAS Innovate and get a free advance copy of the new SAS For Dummies book! Use the code "SASforDummies" to register. Don't miss out, May 6-9, in Orlando, Florida.

 

View the full agenda.

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
  • 2069 views
  • 0 likes
  • 2 in conversation