Space events notify you about changes to spaces in your Qlik Cloud tenant, including creation, updates, member modifications, and deletion of space resources.

Preferred events

These events replace the legacy Spaces events. Use these events for all new implementations.

Space assignment created

Published when a user or group is assigned to a space.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the created assignment.

    Show data properties
    • idstring
      Required

      Identifier of the assignment.

    • typestring
      Required

      Type of assignee for a space assignment.

      Can be one of: "user""group"

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • spaceIdstring
      Required

      Identifier of the space the assignment belongs to.

    • tenantIdstring
      Required

      Identifier of the tenant the space belongs to.

    • createdAtstring
      Required

      Timestamp when the assignment was created.

    • createdBystring
      Required

      Identifier of the user who created the assignment.

    • spaceTypestring

      The type of the space.

      Can be one of: "managed""shared""data"

    • assigneeIdstring
      Required

      Identifier of the user or group assigned to the space.

com.qlik.core.space.assignment.created

Example payload of the "Space assignment created" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.assignment.created",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "user",
"roles": [
"facilitator"
],
"spaceId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"spaceType": "managed",
"assigneeId": "00000000-0000-0000-0000-000000000000"
}
}

Space assignment deleted

Published when a space assignment is deleted.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the deleted assignment.

    Show data properties
    • idstring
      Required

      Identifier of the assignment.

    • typestring
      Required

      Type of assignee for a space assignment.

      Can be one of: "user""group"

    • spaceIdstring
      Required

      Identifier of the space the assignment belongs to.

    • spaceNamestring
      Required

      Name of the space.

    • assigneeIdstring
      Required

      Identifier of the user or group assigned to the space.

    • descriptionstring

      Description of the assignment.

    • spaceDeleteboolean
      Required

      If true the assignment was deleted because its parent space was deleted.

com.qlik.core.space.assignment.deleted

Example payload of the "Space assignment deleted" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.assignment.deleted",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "user",
"spaceId": "string",
"spaceName": "string",
"assigneeId": "string",
"description": "string",
"spaceDelete": true
}
}

Space assignment updated

Published when a space assignment is updated.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the updated assignment.

    Show data properties
    • idstring
      Required

      Identifier of the assignment.

    • typestring
      Required

      Type of assignee for a space assignment.

      Can be one of: "user""group"

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • spaceIdstring
      Required

      Identifier of the space the assignment belongs to.

    • updatedAtstring
      Required

      Timestamp when the assignment was updated.

    • updatedBystring
      Required

      Identifier of the user who updated the assignment.

    • assigneeIdstring
      Required

      Identifier of the user or group assigned to the space.

    • descriptionstring

      Description of the assignment.

com.qlik.core.space.assignment.updated

Example payload of the "Space assignment updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.assignment.updated",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "user",
"roles": [
"facilitator"
],
"spaceId": "00000000-0000-0000-0000-000000000000",
"updatedAt": "2025-03-07T23:47:53Z",
"updatedBy": "string",
"assigneeId": "00000000-0000-0000-0000-000000000000",
"description": "string"
}
}

Space created

Published when a space is created in the tenant.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the created space.

    Show data properties
    • idstring
      Required

      Identifier of the space.

    • namestring

      Name of the space.

    • typestring
      Required

      The type of the space.

      Can be one of: "managed""shared""data"

    • ownerIdstring
      Required

      Identifier of the space owner.

    • tenantIdstring
      Required

      Identifier of the tenant the space belongs to.

    • createdAtstring
      Required

      Timestamp when the space was created.

    • createdBystring

      Identifier of the user who created the space.

    • variablesarray of objects

      Key-value pairs.

      Show variables properties
      • keystring

        Variable key.

      • valuestring

        Variable value.

      • updatedAtstring

        Timestamp when the variable was last updated.

    • descriptionstring

      Description of the space.

    • environmentobject

      Environment details if the space belongs to an environment.

      Show environment properties
      • idstring

        Identifier of the environment.

      • namestring

        Name of the environment.

      • tenantIdstring

        Identifier of the tenant.

      • createdAtstring

        Timestamp when the environment was created.

      • createdBystring

        Identifier of the user who created the environment.

      • updatedAtstring

        Timestamp when the environment was updated.

      • updatedBystring

        Identifier of the user who last updated the environment.

      • variablesarray of objects

        Key-value pairs.

        Show variables properties
        • keystring

          Variable key.

        • valuestring

          Variable value.

        • updatedAtstring

          Timestamp when the variable was last updated.

      • spaceCountinteger

        Number of spaces in the environment.

      • descriptionstring

        Description of the environment.

      • permissionsarray of strings

        Permissions the requesting user has on the environment.

      • defaultDesignEnvironmentboolean

        Whether this is the default design environment.

      • environmentConfigurationstring

        Configuration of the environment.

    • environmentIdstring

      Identifier of the environment the space belongs to.

com.qlik.core.space.created

Example payload of the "Space created" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.created",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "Public space",
"type": "managed",
"ownerId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"variables": [
{
"key": "string",
"value": "string",
"updatedAt": "2025-03-07T23:47:53Z"
}
],
"description": "Publicly available space",
"environment": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "Production",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"updatedAt": "2025-03-07T23:47:53Z",
"updatedBy": "00000000-0000-0000-0000-000000000000",
"variables": [
{
"key": "string",
"value": "string",
"updatedAt": "2025-03-07T23:47:53Z"
}
],
"spaceCount": 5,
"description": "Production environment",
"permissions": [
"read",
"update"
],
"defaultDesignEnvironment": false,
"environmentConfiguration": "{\"key\":\"value\"}"
},
"environmentId": "00000000-0000-0000-0000-000000000000"
}
}

Space deleted

Published when a space is deleted from the tenant.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the deleted space.

    Show data properties
    • idstring
      Required

      Identifier of the deleted space.

    • namestring

      Name of the space.

    • ownerIdstring

      Identifier of the space owner.

    • descriptionstring

      Description of the space.

com.qlik.core.space.deleted

Example payload of the "Space deleted" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.deleted",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "string",
"ownerId": "00000000-0000-0000-0000-000000000000",
"description": "Publicly available space"
}
}

Space request approved

Published when a space access request is approved.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the approved request.

    Show data properties
    • idstring
      Required

      Identifier of the request.

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • spaceIdstring
      Required

      Identifier of the space related to the request.

    • tenantIdstring
      Required

      Identifier of the tenant the request belongs to.

    • createdAtstring
      Required

      Timestamp when the request was created.

    • createdBystring
      Required

      Identifier of the user who approved the access request.

    • assigneeIdstring
      Required

      Identifier of the user who is assigned the resource.

    • resourceIdstring

      Identifier of the resource related to the request.

    • descriptionstring
      Required

      Description of the request.

    • resourceTypestring

      Type of the resource related to the request.

com.qlik.core.space.request.approved

Example payload of the "Space request approved" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.request.approved",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"roles": [
"consumer"
],
"spaceId": "00000000-0000-0000-0000-000000001",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"assigneeId": "00000000-0000-0000-0000-000000000000",
"resourceId": "00000000-0000-0000-0000-000000000001",
"description": "Request for accessing the resource",
"resourceType": "app"
}
}

Space request created

Published when a space access request is created.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the created request.

    Show data properties
    • idstring
      Required

      Identifier of the request.

    • typestring
      Required

      Type of request.

      Can be one of: "assignment""share"

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • spaceIdstring
      Required

      Identifier of the space related to the request.

    • tenantIdstring
      Required

      Identifier of the tenant the request belongs to.

    • createdAtstring
      Required

      Timestamp when the request was created.

    • createdBystring
      Required

      Identifier of the user who created the access request.

    • resourceIdstring

      Identifier of the resource related to the request.

    • descriptionstring
      Required

      Description of the request.

    • overWrittenboolean

      Indicates if the request was over-written by another request.

    • resourceNamestring

      Name of the resource related to the request.

    • resourceTypestring

      Type of the resource related to the request.

com.qlik.core.space.request.created

Example payload of the "Space request created" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.request.created",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "assignment",
"roles": [
"consumer"
],
"spaceId": "12345678-abcd-abcd-abcd-abcd12345678",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000001",
"resourceId": "12345678-abcd-abcd-abcd-abcd12345678",
"description": "Request for accessing the resource 123",
"overWritten": false,
"resourceName": "My App",
"resourceType": "app"
}
}

Space request deleted

Published when a space access request is deleted.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the deleted request.

    Show data properties
    • idstring
      Required

      Identifier of the request.

    • typestring
      Required

      Type of request.

      Can be one of: "assignment""share"

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • spaceIdstring
      Required

      Identifier of the space related to the request.

    • tenantIdstring
      Required

      Identifier of the tenant the request belongs to.

    • createdAtstring
      Required

      Timestamp when the request was created.

    • createdBystring
      Required

      Identifier of the user who deleted the access request.

    • resourceIdstring

      Identifier of the resource related to the request.

    • descriptionstring
      Required

      Description of the request.

    • resourceTypestring

      Type of the resource related to the request.

    • requestedUserIdstring
      Required

      Identifier of the user for whom access was requested.

com.qlik.core.space.request.deleted

Example payload of the "Space request deleted" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.request.deleted",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "assignment",
"roles": [
"consumer"
],
"spaceId": "00000000-0000-0000-0000-000000001234",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"resourceId": "12345678-abcd-abcd-abcd-abcd12345678",
"description": "Request for accessing the resource 123",
"resourceType": "app",
"requestedUserId": "00000000-0000-0000-0000-000000000001"
}
}

Space settings updated

Published when the space settings are updated.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the updated space settings.

    Show data properties
    • tenantIdstring
      Required

      Identifier of the tenant.

    • updatedAtstring

      Timestamp when the settings were updated.

    • allowSharesboolean
      Required

      Whether app sharing is allowed in the tenant.

    • allowOfflineboolean
      Required

      Whether offline usage is allowed from shared or managed spaces.

com.qlik.core.space.settings.updated

Example payload of the "Space settings updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.settings.updated",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"tenantId": "00000000-0000-0000-0000-000000000000",
"updatedAt": "2025-03-07T23:47:53Z",
"allowShares": true,
"allowOffline": true
}
}

Space share created

Published when a new space share is created.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the created share.

    Show data properties
    • idstring
      Required

      Unique identifier for the share.

    • typestring
      Required

      Type of assignee for a space assignment.

      Can be one of: "user""group"

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • spaceIdstring
      Required

      Identifier of the space the share belongs to.

    • tenantIdstring
      Required

      Identifier of the tenant.

    • createdAtstring
      Required

      Timestamp when the share was created.

    • createdBystring
      Required

      Identifier of the user who created the share.

    • spaceTypestring
      Required

      The type of the space.

      Can be one of: "managed""shared""data"

    • assigneeIdstring
      Required

      Unique identifier for the user or group assigned the share.

    • resourceIdstring
      Required

      Identifier for the resource being shared.

    • resourceNamestring
      Required

      Name of the resource being shared.

    • resourceTypestring
      Required

      All supported resource types for sharing.

      Can be one of: "app""note"

com.qlik.core.space.share.created

Example payload of the "Space share created" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.share.created",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "user",
"roles": [
"facilitator"
],
"spaceId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"spaceType": "managed",
"assigneeId": "00000000-0000-0000-0000-000000000000",
"resourceId": "00000000-0000-0000-0000-000000000000",
"resourceName": "SomeApp",
"resourceType": "app"
}
}

Space share deleted

Published when a space share is deleted.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the deleted share.

    Show data properties
    • idstring
      Required

      Unique identifier for the share.

    • typestring
      Required

      Type of assignee for a space assignment.

      Can be one of: "user""group"

    • spaceIdstring
      Required

      Identifier of the space the share belongs to.

    • spaceNamestring
      Required

      Name of the space.

    • assigneeIdstring
      Required

      Unique identifier for the user or group assigned the share.

    • resourceIdstring
      Required

      Identifier for the resource being shared.

    • descriptionstring

      Description of the share.

    • spaceDeleteboolean
      Required

      If true the share was deleted because its parent space was deleted.

    • resourceNamestring
      Required

      Name of the resource being shared.

    • resourceTypestring
      Required

      All supported resource types for sharing.

      Can be one of: "app""note"

com.qlik.core.space.share.deleted

Example payload of the "Space share deleted" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.share.deleted",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "user",
"spaceId": "00000000-0000-0000-0000-000000000000",
"spaceName": "Accounting",
"assigneeId": "00000000-0000-0000-0000-000000000000",
"resourceId": "00000000-0000-0000-0000-000000000000",
"description": "Shared app for science",
"spaceDelete": true,
"resourceName": "SomeApp",
"resourceType": "app"
}
}

Space share updated

Published when a space share is updated.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the updated share.

    Show data properties
    • idstring
      Required

      Unique identifier for the share.

    • typestring
      Required

      Type of assignee for a space assignment.

      Can be one of: "user""group"

    • rolesarray of strings
      Required

      The roles a user or group can be assigned within a space.

      Values may be any of: "facilitator""producer""consumer""dataconsumer""contributor""operator""publisher""basicconsumer""codeveloper"

    • linkIdstring
      Required

      Identifier of the share link.

    • spaceIdstring
      Required

      Identifier of the space the share belongs to.

    • tenantIdstring
      Required

      Identifier of the tenant related to the event.

    • createdAtstring
      Required

      Timestamp when the share was created.

    • createdBystring
      Required

      Identifier of the user who created the share.

    • spaceTypestring
      Required

      The type of the space.

      Can be one of: "managed""shared""data"

    • updatedAtstring
      Required

      Timestamp when the share was updated.

    • updatedBystring

      Identifier of the user who updated the share.

    • assigneeIdstring
      Required

      Identifier of the user or group assigned the share.

    • resourceIdstring
      Required

      Identifier for the resource being shared.

    • resourceNamestring
      Required

      Name of the resource being shared.

    • resourceTypestring
      Required

      All supported resource types for sharing.

      Can be one of: "app""note"

com.qlik.core.space.share.updated

Example payload of the "Space share updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.share.updated",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"type": "user",
"roles": [
"facilitator"
],
"linkId": "00000000-0000-0000-0000-000000000000",
"spaceId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"spaceType": "managed",
"updatedAt": "2025-03-07T23:47:53Z",
"updatedBy": "00000000-0000-0000-0000-000000000000",
"assigneeId": "00000000-0000-0000-0000-000000000000",
"resourceId": "00000000-0000-0000-0000-000000000000",
"resourceName": "SomeApp",
"resourceType": "app"
}
}

Space updated

Published when a space is updated.

Payload

object
  • idstring
    Required

    Identifies the event.

  • timestring

    Timestamp of when the occurrence happened. Must adhere to RFC 3339.

  • typestring
    Required

    Unique identifier for the event type.

  • sourcestring
    Required

    Identifies the context in which an event happened.

  • specversionstring
    Required

    The version of the CloudEvents specification which the event uses.

  • datacontenttypestring

    Content type of the data value. Must adhere to RFC 2046 format.

  • useridstring

    Unique identifier for the user triggering the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the updated space.

    Show data properties
    • idstring
      Required

      Identifier of the space.

    • namestring

      Name of the space.

    • typestring

      The type of the space.

      Can be one of: "managed""shared""data"

    • ownerIdstring
      Required

      Identifier of the space owner.

    • createdAtstring

      Timestamp when the space was created.

    • updatedAtstring
      Required

      Timestamp when the space was updated.

    • variablesarray of objects

      Key-value pairs.

      Show variables properties
      • keystring

        Variable key.

      • valuestring

        Variable value.

      • updatedAtstring

        Timestamp when the variable was last updated.

    • descriptionstring

      Description of the space.

    • environmentobject

      Environment details if the space belongs to an environment.

      Show environment properties
      • idstring

        Identifier of the environment.

      • namestring

        Name of the environment.

      • tenantIdstring

        Identifier of the tenant.

      • createdAtstring

        Timestamp when the environment was created.

      • createdBystring

        Identifier of the user who created the environment.

      • updatedAtstring

        Timestamp when the environment was updated.

      • updatedBystring

        Identifier of the user who last updated the environment.

      • variablesarray of objects

        Key-value pairs.

        Show variables properties
        • keystring

          Variable key.

        • valuestring

          Variable value.

        • updatedAtstring

          Timestamp when the variable was last updated.

      • spaceCountinteger

        Number of spaces in the environment.

      • descriptionstring

        Description of the environment.

      • permissionsarray of strings

        Permissions the requesting user has on the environment.

      • defaultDesignEnvironmentboolean

        Whether this is the default design environment.

      • environmentConfigurationstring

        Configuration of the environment.

    • previousNamestring

      Previous name of the space before the update.

    • restrictionsarray of objects

      Restrictions applied to the space.

      Show restrictions properties
      • idstring

        Identifier of the restriction.

      • codestring

        Code of the restriction.

      • actionstring

        Action associated with the restriction.

      • descriptionstring

        Description of the restriction.

    • environmentIdstring

      Identifier of the environment the space belongs to.

    • previousOwnerIdstring

      Identifier of the previous space owner before the update.

com.qlik.core.space.updated

Example payload of the "Space updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.core.space.updated",
"source": "com.qlik/my-service",
"specversion": "1.0.2",
"datacontenttype": "application/json",
"userid": "00000000-0000-0000-0000-000000000000",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "Public space",
"type": "managed",
"ownerId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"updatedAt": "2025-03-07T23:47:53Z",
"variables": [
{
"key": "string",
"value": "string",
"updatedAt": "2025-03-07T23:47:53Z"
}
],
"description": "Publicly available space",
"environment": {
"id": "00000000-0000-0000-0000-000000000000",
"name": "Production",
"tenantId": "00000000-0000-0000-0000-000000000000",
"createdAt": "2025-03-07T23:47:53Z",
"createdBy": "00000000-0000-0000-0000-000000000000",
"updatedAt": "2025-03-07T23:47:53Z",
"updatedBy": "00000000-0000-0000-0000-000000000000",
"variables": [
{
"key": "string",
"value": "string",
"updatedAt": "2025-03-07T23:47:53Z"
}
],
"spaceCount": 5,
"description": "Production environment",
"permissions": [
"read",
"update"
],
"defaultDesignEnvironment": false,
"environmentConfiguration": "{\"key\":\"value\"}"
},
"previousName": "Old space name",
"restrictions": [
{
"id": "00000000-0000-0000-0000-000000000000",
"code": "SPACE_LIMIT_REACHED",
"action": "block",
"description": "The space has reached its resource limit."
}
],
"environmentId": "00000000-0000-0000-0000-000000000000",
"previousOwnerId": "00000000-0000-0000-0000-000000000000"
}
}