BasicTagRepositoryResource
The following resources are part of this group:
- /saiku/{username}/tags/{cubeIdentifier}
- /saiku/{username}/tags/{cubeIdentifier}/{tagName}
- /saiku/{username}/tags/{cubeIdentifier}/{tagname}
- /saiku/{username}/tags/{cubeIdentifier}/{tagName}/export/csv
/saiku/{username}/tags/{cubeIdentifier}
Mount Point: /rest/saiku/{username}/tags/{cubeIdentifier}
GET
Parameters
| name | description | type | default |
|---|---|---|---|
| cubeIdentifier | (no documentation provided) | path |
Response Body
| element: | (custom) |
(no documentation provided)
/saiku/{username}/tags/{cubeIdentifier}/{tagName}
Mount Point: /rest/saiku/{username}/tags/{cubeIdentifier}/{tagName}
DELETE
Delete Query.
Parameters
| name | description | type | default |
|---|---|---|---|
| cubeIdentifier | (no documentation provided) | path | |
| tagName | (no documentation provided) | path |
Response Body
| element: | (custom) |
A GONE Status if the query was deleted, otherwise it will return a NOT FOUND Status code.
GET
Parameters
| name | description | type | default |
|---|---|---|---|
| cubeIdentifier | (no documentation provided) | path | |
| tagName | (no documentation provided) | path |
Response Body
| element: | (custom) |
(no documentation provided)
/saiku/{username}/tags/{cubeIdentifier}/{tagname}
Mount Point: /rest/saiku/{username}/tags/{cubeIdentifier}/{tagname}
POST
Parameters
| name | description | type | default |
|---|---|---|---|
| tagname | (no documentation provided) | path | |
| cubeIdentifier | (no documentation provided) | path | |
| queryname | (no documentation provided) | form | |
| positions | (no documentation provided) | form |
Response Body
| element: | (custom) |
(no documentation provided)
/saiku/{username}/tags/{cubeIdentifier}/{tagName}/export/csv
Mount Point: /rest/saiku/{username}/tags/{cubeIdentifier}/{tagName}/export/csv
GET
Parameters
| name | description | type | default |
|---|---|---|---|
| cubeIdentifier | (no documentation provided) | path | |
| tagName | (no documentation provided) | path | |
| maxrows | (no documentation provided) | query | 0 |
| returns | (no documentation provided) | query | |
| connection | (no documentation provided) | query | |
| catalog | (no documentation provided) | query | |
| schema | (no documentation provided) | query | |
| cube | (no documentation provided) | query | |
| additional | (no documentation provided) | query |
Response Body
| element: | (custom) |
(no documentation provided)