interface GetSlaInformationById {
    issueIdOrKey: string;
    slaMetricId: number;
}

Properties

issueIdOrKey: string

The ID or key of the customer request whose SLAs will be retrieved.

slaMetricId: number

The ID or key of the SLAs metric to be retrieved.