Table of Contents

Search

  1. Preface
  2. Introduction to Business Entity Services
  3. Enterprise Java Bean Business Entity Service Calls
  4. Representational State Transfer Business Entity Service Calls
  5. Simple Object Access Protocol Business Entity Service Calls
  6. Services for Cross-reference Records and BVT Calculations
  7. Supporting Corporate Linkage Service
  8. External Calls to Cleanse, Analyze, and Transform Data
  9. Using REST APIs to Add Records
  10. Using REST APIs to Upload Files

Query Parameters

Query Parameters

Use the task data fields as query parameters to filter the list of tasks.
You can use the following query parameters:
Parameter
Description
taskType
A set of actions that you can perform on a record. Use the name attribute to specify the task type. For more information about task types, see the
Multidomain MDM Data Director Implementation Guide
.
taskId
ID of the task.
processId
ID of the workflow process that contains the task.
owner
User who performs the task.
title
Short description for the task.
status
Status of the task in the workflow. Use one of the following two values:
  • Open: Task has not started or is in progress.
  • Closed: Task is completed or is cancelled.
priority
Level of importance of the task. Use one of the following values: high, normal, and low.
creator
User who creates the task.
createDateBefore and createDateAfter
Date range. You can filter the tasks by the createDate field.
dueDateBefore and dueDateAfter
Date range. You can filter the tasks by the dueDate field.
Use the query parameters as name-value pairs in the request URL.
The following example shows how to use the query parameters to filter tasks:
GET http://localhost:8080/cmx/cs/localhost-orcl-DS_UI1/task?recordsToReturn=100&owner=sergey&status=OPEN

0 COMMENTS

We’d like to hear from you!