Type Alias QriRequestItem

Single QRI generation request for a specific connection.

type QriRequestItem = {
    connection: string;
    connectionType: QriConnectionType;
    dataSourceId?: string;
    itemProperties?: QriRequestItemPropertyArray;
    pathProperties?: QriRequestPathPropertyArray;
    requestId?: string;
    spaceId?: string;
}
Index

Properties

connection: string

The connection identifier — a UUID, name, or connection string — corresponding to the value of connectionType.

connectionType: QriConnectionType

Type of connection identifier used in QRI generation requests:

  • id — connection UUID
  • name — connection name, optionally space-qualified (for example, MySpace:MyConnection or :MyConnection)
  • properties — connection string in Qlik CONNECT format
dataSourceId?: string
requestId?: string
spaceId?: string