Skip to main content
Version: Next

Query decision requirements (alpha)

POST 

/decision-requirements/search

Search for decision requirements based on given criteria.

note

This endpoint is an alpha feature and not enabled on Camunda clusters out of the box. See the Camunda 8 REST API overview for further details.

Request

Body

    sort object[]
  • Array [
  • field stringrequired
    order string

    Default value: asc

  • ]
  • page object
    from int32
    limit int32
    searchAfter object[]
    searchBefore object[]
    filter object
    decisionRequirementsKey int64

    The assigned key, which acts as a unique identifier for this decision requirements.

    dmnDecisionRequirementsName string

    The DMN name of the decision requirements.

    version int32

    The assigned version of the decision requirements.

    dmnDecisionRequirementsId string

    the DMN id of the decision requirements.

    tenantId string

    The tenant id of the decision requirements.

Responses

The decision requirements search successful response.

Schema
    page object
    totalItems int64
    firstSortValues object[]
    lastSortValues object[]
    items object[]
  • Array [
  • decisionRequirementsKey int64

    The assigned key, which acts as a unique identifier for this decision requirements.

    dmnDecisionRequirementsName string

    The DMN name of the decision requirements.

    version int32

    The assigned version of the decision requirements.

    dmnDecisionRequirementsId string

    the DMN id of the decision requirements.

    resourceName string

    The name of the resource from which this decision requirements was parsed.

    tenantId string

    The tenant id of the decision requirements.

  • ]
Loading...