@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias GetIncidentData

    type GetIncidentData = {
        body?: never;
        path: { incidentKey: IncidentKey };
        query?: never;
        url: "/incidents/{incidentKey}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { incidentKey: IncidentKey }

    Type Declaration

    • incidentKey: IncidentKey

      The assigned key of the incident, which acts as a unique identifier for this incident.

    query?: never
    url: "/incidents/{incidentKey}"