how to get list of public API methods

Solved!
ananth
Level 3
how to get list of public API methods

Hi,

 

is there any way to e=get list of methods for api like this

 

public/api//project-folders/

0 Kudos
2 Solutions
Ignacio_Toledo
GCase
Dataiker

Links to the Python, R, and REST API. The Python and REST APIs are effectively the same in the ability to execute different requests of DSS.

Python API:
https://doc.dataiku.com/dss/latest/python-api/index.html

R API: 
https://doc.dataiku.com/dss/latest/R-api/index.html
https://doc.dataiku.com/dss/api/8.0/R/dataiku/reference/

REST API: 
https://doc.dataiku.com/dss/api/8.0/rest/

View solution in original post

2 Replies
Ignacio_Toledo

Have you checked the rest docs here: https://doc.dataiku.com/dss/api/8.0/rest/ ?

GCase
Dataiker

Links to the Python, R, and REST API. The Python and REST APIs are effectively the same in the ability to execute different requests of DSS.

Python API:
https://doc.dataiku.com/dss/latest/python-api/index.html

R API: 
https://doc.dataiku.com/dss/latest/R-api/index.html
https://doc.dataiku.com/dss/api/8.0/R/dataiku/reference/

REST API: 
https://doc.dataiku.com/dss/api/8.0/rest/