Returns the list of all filter items of the given database table

GET
api/databases/{dbid}/metadata/tables/{table}/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
table String  The name of the database table
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/tables/Notifications/filteritems
  2. Accept: text/json
  3. Accept-Encoding: deflate,deflate
  4. Authorization: Basic YWRtaW46YWRtaW4=
  5. Host: localhost:6496
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 15:31:07 GMT
  6. ETag: "634916866010755264"
  7. Last-Modified: Fri, 21 Dec 2012 09:36:41 GMT
  8. Set-Cookie: sid=c1f45722-b5dc-4565-9c13-70a71d4d8e20; path=/;
  9. Server: Microsoft-HTTPAPI/2.0
  10.  
  11. [
  12. "Url",
  13. "CreatedTime",
  14. "Description",
  15. "Subject",
  16. "EventKind",
  17. "CreatorUser"
  18. ]