BasicRepositoryResource

The following resources are part of this group:

/saiku/{username}/repository

Mount Point: /rest/saiku/{username}/repository

GET

Get Saved Queries.

Response Body

element: (custom)

A list of SavedQuery Objects.

/saiku/{username}/repository/{queryname}

Mount Point: /rest/saiku/{username}/repository/{queryname}

The following operations are supported on this resource:

DELETE

Delete Query.

Parameters

name description type default
queryname - The name of the query. path

Response Body

element: (custom)

A GONE Status if the query was deleted, otherwise it will return a NOT FOUND Status code.

POST

Parameters

name description type default
queryname - The name of the query. path
newname - The saved query name. form

Response Body

element: (custom)

An OK Status, if the save was good, otherwise a NOT FOUND Status when not saved properly.

GET

Load a query.

Parameters

name description type default
queryname - The name of the query to load. path

Response Body

element: (custom)

A Saiku Query Object.