Apps
Apps are central to the Qlik platform and is the resource you use when interacting with Qlik Sense and QlikView apps.
App created (com.qlik.v1.app.created)
An app was created
Payload
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
eventType default='com.qlik.v1.app.created' string | Unique identifier for the event type. |
extensions | No description |
data | Application attributes and user privileges. |
Example
{
"cloudEventsVersion": "0.1",
"source": "com.qlik/engine",
"contentType": "application/json",
"eventId": "id123",
"eventTime": "2018-10-30T07:06:22Z",
"eventTypeVersion": "1.0.0",
"eventType": "com.qlik.v1.app.created",
"extensions": {
"ownerId": "id123",
"spaceId": "id123",
"tenantId": "id123",
"userId": "id123"
},
"data": {
"attributes": {
"id": "id123",
"name": "My app",
"description": "My app with data",
"lastReloadTime": "2018-10-30T07:06:22.123Z",
"createdDate": "2018-10-30T07:06:22.123Z",
"modifiedDate": "2018-10-30T07:06:22.123Z",
"owner": "Owner",
"ownerId": "id123",
"dynamicColor": "Color",
"published": "true",
"publishTime": "2018-10-30T07:06:22.123Z",
"hasSectionAccess": "false",
"originAppId": "id123"
}
}
}
App deleted (com.qlik.v1.app.deleted)
An app was deleted
Payload
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
eventType default='com.qlik.v1.app.deleted' string | Unique identifier for the event type. |
extensions | No description |
data | Application attributes and user privileges. |
Example
{
"cloudEventsVersion": "0.1",
"source": "com.qlik/engine",
"contentType": "application/json",
"eventId": "id123",
"eventTime": "2018-10-30T07:06:22Z",
"eventTypeVersion": "1.0.0",
"eventType": "com.qlik.v1.app.deleted",
"extensions": {
"spaceId": "id123",
"tenantId": "id123",
"userId": "id123"
},
"data": {
"attributes": {
"id": "id123",
"name": "My app"
}
}
}
App data updated (com.qlik.v1.app.data.updated)
An apps data was updated
Payload
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
eventType default='com.qlik.v1.app.data.updated' string | Unique identifier for the event type. |
extensions | No description |
data | No description |
Example
{
"cloudEventsVersion": "0.1",
"source": "com.qlik/engine",
"contentType": "application/json",
"eventId": "id123",
"eventTime": "2018-10-30T07:06:22Z",
"eventTypeVersion": "1.0.0",
"eventType": "com.qlik.v1.app.data.updated",
"extensions": {
"spaceId": "id123",
"tenantId": "id123",
"userId": "id123",
"topLevelResourceId": "id123"
},
"data": {
"lastReloadTime": "2018-10-30T07:06:22Z",
"name": "My app",
"size": {
"file": 0,
"memory": 3000
}
}
}
App exported (com.qlik.v1.app.exported)
An apps data was exported
Payload
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
eventType default='com.qlik.v1.app.exported' string | Unique identifier for the event type. |
extensions | No description |
data | Application attributes and user privileges. |
Example
{
"cloudEventsVersion": "0.1",
"source": "com.qlik/engine",
"contentType": "application/json",
"eventId": "id123",
"eventTime": "2018-10-30T07:06:22Z",
"eventTypeVersion": "1.0.0",
"eventType": "com.qlik.v1.app.exported",
"extensions": {
"ownerId": "id123",
"tenantId": "id123",
"userId": "id123"
},
"data": {
"attributes": {
"id": "id123",
"name": "My app",
"owner": "Owner",
"ownerId": "id123"
}
}
}
App published (com.qlik.v1.app.published)
An app has been published
Payload
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
eventType default='com.qlik.v1.app.published' string | Unique identifier for the event type. |
extensions | No description |
data | Application attributes and user privileges. |
Example
{
"cloudEventsVersion": "0.1",
"source": "com.qlik/engine",
"contentType": "application/json",
"eventId": "id123",
"eventTime": "2018-10-30T07:06:22Z",
"eventTypeVersion": "1.0.0",
"eventType": "com.qlik.v1.app.published",
"extensions": {
"spaceId": "id123",
"tenantId": "id123",
"userId": "id123"
},
"data": {
"attributes": {
"id": "id123",
"name": "My app",
"owner": "Owner",
"originAppId": "id123"
}
}
}
App reload finished (com.qlik.v1.app.reload.finished)
An app reload has finished
Payload
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
eventType default='com.qlik.v1.app.reload.finished' string | Unique identifier for the event type. |
extensions | No description |
data | No description |
Example
{
"cloudEventsVersion": "0.1",
"source": "com.qlik/engine",
"contentType": "application/json",
"eventId": "id123",
"eventTime": "2018-10-30T07:06:22Z",
"eventTypeVersion": "1.0.0",
"eventType": "com.qlik.v1.app.reload.finished",
"extensions": {
"tenantId": "id123",
"userId": "id123",
"topLevelResourceId": "id123"
},
"data": {
"duration": 425,
"endTime": "2018-10-30T07:06:22Z",
"errors": [],
"name": "My app",
"peakMemoryBytes": 0,
"reloadId": "id1234",
"size": {
"memory": 3000
},
"statements": [
{
"connection": "string",
"connectionId": "id1234",
"dataSize": 0,
"discriminator": "AUTOGENERATE",
"duration": 1,
"nbrOfFields": 3,
"nbrOfRows": 26,
"statement": "string",
"storageProvider": "Engine",
"type": "Load"
}
],
"status": "ok",
"warnings": []
}
}
AppCreated
An app was created
Payload
eventType default='com.qlik.v1.app.created' string | Unique identifier for the event type. |
extensions | No description |
data object | Event data |
AppDeleted
An app was deleted
Payload
eventType default='com.qlik.v1.app.deleted' string | Unique identifier for the event type. |
extensions | No description |
data object | Event data |
AppDataUpdated
An apps data was updated
Payload
eventType default='com.qlik.v1.app.data.updated' string | Unique identifier for the event type. |
extensions | No description |
data object | Event data |
AppExported
An apps data was exported
Payload
eventType default='com.qlik.v1.app.exported' string | Unique identifier for the event type. |
extensions | No description |
data object | Event data |
AppPublished
An app has been published
Payload
eventType default='com.qlik.v1.app.published' string | Unique identifier for the event type. |
extensions | No description |
data object | Event data |
AppReloadFinished
An app reload has finished
Payload
eventType default='com.qlik.v1.app.reload.finished' string | Unique identifier for the event type. |
extensions | No description |
data object | Event data |
cloudEvents
objectProperties
cloudEventsVersion string | The event is compatible with the CloudEvents specification v0.1. Enum: 0.1 |
source default='com.qlik/engine' string | The source of the event. |
contentType default='application/json' string | The content type of the event payload. |
eventId string | Unique identifier for the event. |
eventTime string<date-time> | Timestamp of when the event happened. |
eventTypeVersion string | Version of the event |
extensionObject
objectProperties
ownerId string | Id of the owner of the affected resource. |
spaceId string | Id of the space related to the action performed on the eventContext. |
tenantId string | Unique identifier for the tenant related to the event. |
userId string | Unique identifer for the user related to the event. |
updatesObject
objectProperties
updates Array<object> | Collection of updates performed on the resource. |
NxApp
objectApplication attributes and user privileges.
Properties
attributes object | Application attributes. |
NxAttributes
objectApp attributes. This structure can also contain extra user-defined attributes.
Properties
id string | The App ID. |
name string | App name. |
description string | App description. |
lastReloadTime string<date-time> | Date and time of the last reload of the app. |
createdDate string<date-time> | The date and time when the app was created. |
modifiedDate string<date-time> | The date and time when the app was modified. |
owner string | The owner of the app. |
ownerId string | Id of the owner |
dynamicColor string | The dynamic color of the app. |
published boolean | True if the app is published, false if not. |
publishTime string<date-time> | The date and time when the app was published, empty if unpublished. |
hasSectionAccess boolean | If set to true, the app has section access configured, |
originAppId string | The Origin App ID for published apps. |
NxAppExported
objectApplication attributes and user privileges.
Properties
attributes object | Application attributes. |
NxAttributesExported
objectApp attributes. This structure can also contain extra user-defined attributes.
Properties
id string | The App ID. |
name string | App name. |
owner string | The owner of the app. |
ownerId string | Id of the owner |
NxAppPublished
objectApplication attributes and user privileges.
Properties
attributes object | Application attributes. |
NxAttributesPublished
objectApp attributes. This structure can also contain extra user-defined attributes.
Properties
id string | The App ID. |
name string | App name. |
owner string | The owner of the app. |
originAppId string | The Origin App ID for published apps. |
NxAppDeleted
objectApplication attributes and user privileges.
Properties
attributes object | Application attributes. |
NxAttributesDeleted
objectApp attributes. This structure can also contain extra user-defined attributes.
Properties
id string | The App ID. |
name string | App name. |
JsonObject
objectContains dynamic JSON data specified by the client.
NxAppCreatePrivileges
objectProperties
resource string | Type of resources. For example, sheet, story, bookmark, etc. |
canCreate boolean | Is set to true if the user has privileges to create the resource. |
ReloadFinished
objectProperties
duration integer | Duration of the reload in seconds. |
endTime | TimeStamp of when the reload ended. |
errors Array<> | Array of errors that occured during the reload. |
name string | Name of the app that was reloaded. |
peakMemoryBytes integer | Number of bytes used at most for the reload. |
reloadId string | Id of the reload. |
size object | No description |
statements Array<> | No description |
status string | Status of the finished reload. |
warnings Array<> | Array of warnings that occured during the reload. |
Statement
objectProperties
connection string | FIXME |
connectionId string | Id of connection used. |
dataSize integer | FIXME |
discriminator string | FIXME |
duration integer | FIXME |
nbrOfFields integer | FIXME |
nbrOfRows integer | FIXME |
statement string | FIXME |
storageProvider string | FIXME |
type string | FIXME |
DataUpdated
objectProperties
lastReloadTime | TimeStamp of when last reload ended. |
name string | Name of the app that was reloaded. |
size object | No description |