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

Deprecation notice

These events are deprecated and will be removed on or after November 30, 2026.

Use the Spaces events in the core namespace instead. For the full event mapping, see the deprecation notice.

Space assignment created

Deprecated

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 related to 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

      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.

    • assigneeIdstring
      Required

      Identifier of the user or group assigned to the Space.

com.qlik.space.assignment.created

Example payload of the "Space assignment created" event

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

Space assignment deleted

Deprecated

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 related to 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.space.assignment.deleted

Example payload of the "Space assignment deleted" event

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

Space assignment updated

Deprecated

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 related to 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

      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

com.qlik.space.assignment.updated

Example payload of the "Space assignment updated" event

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

Space created

Deprecated

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 related to 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

      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.

    • 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.

      • descriptionstring

        Description of the environment.

    • environmentIdstring

      Identifier of the environment the space belongs to.

com.qlik.space.created

Example payload of the "Space created" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.created",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"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",
"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"
}
],
"description": "Production environment"
},
"environmentId": "00000000-0000-0000-0000-000000000000"
}
}

Space deleted

Deprecated

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 related to 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
    • ownerIdstring

com.qlik.space.deleted

Example payload of the "Space deleted" event

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

Space groups cache invalidated

Deprecated

Published when the groups cache is invalidated for a user.

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 related to the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the groups cache invalidation.

    Show data properties
    • userIdstring
      Required

      Identifier of the user related to the event.

    • tenantIdstring
      Required

      Identifier of the tenant related to the event.

com.qlik.space.groups.cache.invalidated

Example payload of the "Space groups cache invalidated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.groups.cache.invalidated",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"userId": "00000000-0000-0000-0000-000000000000",
"tenantId": "00000000-0000-0000-0000-000000000000"
}
}

Space settings updated

Deprecated

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 related to 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.

    • allowSharesboolean
      Required

      Whether app sharing is allowed in the space.

    • allowOfflineboolean
      Required

      Whether offline usage is allowed from shared or managed spaces.

com.qlik.space.settings.updated

Example payload of the "Space settings updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.settings.updated",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"tenantId": "00000000-0000-0000-0000-000000000000",
"allowShares": true,
"allowOffline": true
}
}

Space share created

Deprecated

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 related to 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

      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

      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.

    • descriptionstring

      Description of the share.

    • resourceNamestring
      Required

      Name of the resource being shared.

    • resourceTypestring
      Required

      All supported resource types for sharing.

      Can be one of: "app""note"

com.qlik.space.share.created

Example payload of the "Space share created" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.share.created",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"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": "string",
"description": "Shared app for science",
"resourceName": "string",
"resourceType": "app"
}
}

Space share deleted

Deprecated

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 related to 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
    • 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.space.share.deleted

Example payload of the "Space share deleted" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.share.deleted",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"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": "string",
"description": "Shared app for science",
"spaceDelete": true,
"resourceName": "string",
"resourceType": "app"
}
}

Space share session attached

Deprecated

Published when a session is attached to a space share.

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 related to the event.

  • tenantidstring
    Required

    Unique identifier for the tenant related to the event.

  • dataobject

    Details of the share session attachment.

    Show data properties
    • idstring
      Required

      Unique identifier for the share.

    • sessionIdstring
      Required

      Identifier of the session.

    • assigneeIdstring
      Required

      Unique identifier for the user or group assigned the share.

com.qlik.space.share.session.attached

Example payload of the "Space share session attached" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.share.session.attached",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"tenantid": "TiQ8GPVr8qI714Lp5ChAAFFaU24MJy69",
"data": {
"id": "00000000-0000-0000-0000-000000000000",
"sessionId": "00000000-0000-0000-0000-000000000000",
"assigneeId": "00000000-0000-0000-0000-000000000000"
}
}

Space share updated

Deprecated

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 related to 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

      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

      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.space.share.updated

Example payload of the "Space share updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.share.updated",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"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

Deprecated

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 related to 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

      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.

    • 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.

      • descriptionstring

        Description of the environment.

    • environmentIdstring

      Identifier of the environment the space belongs to.

com.qlik.space.updated

Example payload of the "Space updated" event

{
"id": "A234-1234-1234",
"time": "2026-04-05T17:31:00Z",
"type": "com.qlik.space.updated",
"source": "com.qlik/my-service",
"specversion": "1.0",
"datacontenttype": "application/json",
"userid": "605a18af2ab08cdbfad09259",
"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",
"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"
}
],
"description": "Production environment"
},
"environmentId": "00000000-0000-0000-0000-000000000000"
}
}