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 XLIII, The New SAS Developer Portal
Wednesday, August 14, 2024, at 10 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 XLIII, The New SAS Developer Portal
Wednesday, August 14, 2024, at 10 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 XLIII, The New SAS Developer Portal
Wednesday, August 14, 2024, at 10 a.m. ET | #SASBowl

Unknown2SAS
Calcite | Level 5
Thanks joeFurbee. This helped!

SAS Innovate 2025: Call for Content

Are you ready for the spotlight? We're accepting content ideas for SAS Innovate 2025 to be held May 6-9 in Orlando, FL. The call is open until September 25. Read more here about why you should contribute and what is in it for you!

Submit your idea!

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.

Click image to register for webinarClick image to register for webinar

Classroom Training Available!

Select SAS Training centers are offering in-person courses. View upcoming courses for:

View all other training opportunities.

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