REST API - getResourceOrderFilterCriteria

The table summarizes the REST API - getResourceOrderFilterCriteria.

Request

Format
GET <baseurl>/worklist/resourceorderfilter/<resourceid>/<limitcolumns>
Path parameters
  • resourceid: ID of the resource for whom work item list sort/filter criteria is required.
  • limitcolumns: Number of fields about which information should be returned. (Fields means the fields defined by BRM that can be used in sort/filter criteria expressions for work item lists.). A value of 0 returns information about all fields.

Response

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

Example

Request
GET <baseurl>/worklist/resourceorderfilter/tibco-admin/2
Response
{
    "xml-fragment": ""
}