File Management APIs Session Resource
GET pentaho/api/session/userWorkspaceDircurl -X GET \
"http://localhost:8080/pentaho/api/session/userWorkspaceDir" \
-H "Authorization: Basic YWRtaW46cGFzc3dvcmQ="Authorizations
AuthorizationstringRequired
HTTP Basic Authentication
Responses
200
Returns the requested file path
text/plain
stringOptional
String object containing the workspace folder path
get
/session/userWorkspaceDir200
Returns the requested file path
GET pentaho/api/session/workspaceDirForUser/admincurl -X GET \
"http://localhost:8080/pentaho/api/session/workspaceDirForUser/admin" \
-H "Authorization: Basic YWRtaW46cGFzc3dvcmQ="Authorizations
AuthorizationstringRequired
HTTP Basic Authentication
Path parameters
userstringRequiredExample:
String of the user name
adminResponses
200
Returns the workspace file path for the specified user
text/plain
stringOptional
String object containing the workspace folder path
500
File path failed to be retrieved. This could be caused by an invalid user request
get
/session/workspaceDirForUser/{user}Last updated
Was this helpful?

