Returns the list of all filter items of the given OLAP Cube

GET
api/databases/{dbid}/metadata/analytics/olapcubes/{olapcube}/filteritems
This request is used for getting the list of all filter items of the given entity-type. For example, you can use this information for setting filter conditions to get the list of available properties.

Request:

Argument Type Description
dbid GUID  The ID of the database
olapcube String  The name of the OLAP Cube
Query parameter Required Default Options Description
all   1/0  Returns full metadata

Response:

Content

Type name Description
Object 

Request:
  1. GET api/databases/ec5a34c2-7062-4be7-ade9-c15acefcdbb8/metadata/analytics/olapcubes/Facts_TaskWorkTurnoverRegistry/filteritems
  2. Accept: text/json
  3. Accept-Encoding: deflate
  4. Host: localhost:6496
  5. Cookie: sid=8d9210b3-5f3c-4db1-8038-748f67531bea
Response:
  1. Transfer-Encoding: chunked
  2. Content-Encoding:
  3. Cache-Control: no-store
  4. Content-Type: text/json; charset=utf-8
  5. Date: Fri, 21 Dec 2012 14:59:12 GMT
  6. ETag: "634916866010755264"
  7. Last-Modified: Fri, 21 Dec 2012 09:36:41 GMT
  8. Server: Microsoft-HTTPAPI/2.0
  9.  
  10. [
  11. "ChangingDate",
  12. "CreatedDate",
  13. "ClosedDate",
  14. "StartingDate",
  15. "Priority",
  16. "State",
  17. "Reason",
  18. "Owner",
  19. "Creator",
  20. "AssignedTo",
  21. "Project",
  22. "Folder",
  23. "Task",
  24. "TaskParent",
  25. "HasSubtasks",
  26. "DueDate"
  27. ]