REST API - getPublicWorkListViews

The table summarizes the REST API - getPublicWorkListViews.

Request

Format
GET <baseurl>/worklist/publicworklistviews/<startposition>/<numberofitems>
Path parameters
  • startposition: Position in the work view list from which to start this page. (The list is zero-based. To start at the first item, specify 0.).
  • numberofitems: Number of work views (in the work item list) to include in this page.

Response

JSON Returns a JSON representation of the content of the getPublicWorkListViewsResponse element.
XML Returns the content of the getPublicWorkListViewsResponse element (from the WorkListService schema).

Example

Request
GET <baseurl>/worklist/publicworklistviews/0/1
Response
{

    "workListViews": {

        "@workViewID": "1",

        "@name": "SCS123",

        "@description": "public view",

        "@owner": "tibco-admin",

        "@creationDate": "2013-01-22T14:26:21.937Z",

        "@modificationDate": "2013-01-23T15:17:57.307Z",

        "@public": "true",

        "orderFilterCriteria": {

            "filter": "(startDate<2013-01-23T00:00:00Z)"

        }

    }

}