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

    Type Alias GetGroupData

    type GetGroupData = {
        body?: never;
        path: { groupId: string };
        query?: never;
        url: "/groups/{groupId}";
    }
    Index

    Properties

    Properties

    body?: never
    path: { groupId: string }

    Type Declaration

    • groupId: string

      The group ID.

    query?: never
    url: "/groups/{groupId}"