v1

latestOpenAPI 3.0.02026-08-064842333.5 MB
Workflow

List Workflows

Retrieves a list of workflows (based on filter settings) where the authenticated user participates. The request can be sent also with an empty body (without filters or paging) in order to retrieve all workflows. Returns all workflows if the authenticated user is the workflow admin.


Filter example:<p> Returns only workflows where document type = Quote and workflow status = Approved.

{
   "data":{
      "_constructor":"AdvancedCriteria",
      "operator":"and",
      "criteria":[
         {
            "fieldName":"code",
            "operator":"equals",
            "value":"Q"
         },
         {
            "fieldName":"workflowStatus",
            "operator":"equals",
            "value":"APPROVED"
         }
      ]
   }
}

Available for the following roles:

  • ADMIN_WO_USER_MGMT (General Admin (without User Management))
  • SUPPORT (Investigate for Support)
  • PRICESHOP_RO (View Quoting)
  • PRICESHOP_EDIT (Edit Quoting)
  • PB_PRICEGRIDS_RO (View LPG)
  • WF_BUILDER (Manage Workflow Logics)
  • RM_RAT (Manage Rebate Templates)
  • RM_REBATEAGREEMENTS_RO (View Rebate Agreements)
  • RM_REBATEAGREEMENTS (Manage Rebate Agreements)
  • WF_BUILDER (Manage Workflow Logics)
  • CONTRACTS_RO (View A&P)
  • CM_CONTRACTMANAGER (Manage A&P module)
  • CONTRACTS_RO (View A&P)
  • WF_ADMIN (Manage Workflows)
  • SC_COMPENSATIONS_RO (View Compensation Plans)
  • SC_ADMIN (Administer Sales Compensations module)
post/workflowsmanager.fetch

Request body

endRownumber

The number of the end row that defines the end of the result set's returned objects. Use this parameter if you want to implement paging for results.

{"stackTrail":"paths:/workflowsmanager.fetch:post:requestBody:content:application/json:schema:properties:oldValues","oasType":"schema","type":"unknown"}
operationTypestring
startRownumber

The number of the first row that defines the start of the result set's returned objects. Use this parameter if you want to implement paging for results.

textMatchStylestring

Response

OK