Spaces
Space events notify you about changes to spaces in your Qlik Cloud tenant, including creation, updates, member modifications, and deletion of space resources.
These events replace the legacy Spaces events. Use these events for all new implementations.
Published when a user or group is assigned to a space.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created assignment.
data properties
- idstringRequired
Identifier of the assignment.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
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"
- spaceIdstringRequired
Identifier of the space the assignment belongs to.
- tenantIdstringRequired
Identifier of the tenant the space belongs to.
- createdAtstringRequired
Timestamp when the assignment was created.
- createdBystringRequired
Identifier of the user who created the assignment.
- spaceTypestring
The type of the space.
Can be one of: "managed""shared""data"
- assigneeIdstringRequired
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" }}Published when a space assignment is deleted.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted assignment.
data properties
- idstringRequired
Identifier of the assignment.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- spaceIdstringRequired
Identifier of the space the assignment belongs to.
- spaceNamestringRequired
Name of the space.
- assigneeIdstringRequired
Identifier of the user or group assigned to the space.
- descriptionstring
Description of the assignment.
- spaceDeletebooleanRequired
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 }}Published when a space assignment is updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated assignment.
data properties
- idstringRequired
Identifier of the assignment.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
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"
- spaceIdstringRequired
Identifier of the space the assignment belongs to.
- updatedAtstringRequired
Timestamp when the assignment was updated.
- updatedBystringRequired
Identifier of the user who updated the assignment.
- assigneeIdstringRequired
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" }}Published when a space is created in the tenant.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created space.
data properties
- idstringRequired
Identifier of the space.
- namestring
Name of the space.
- typestringRequired
The type of the space.
Can be one of: "managed""shared""data"
- ownerIdstringRequired
Identifier of the space owner.
- tenantIdstringRequired
Identifier of the tenant the space belongs to.
- createdAtstringRequired
Timestamp when the space was created.
- createdBystring
Identifier of the user who created the space.
- variablesarray of objects
Key-value pairs.
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.
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.
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" }}Published when a space is deleted from the tenant.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted space.
data properties
- idstringRequired
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" }}Published when a space access request is approved.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the approved request.
data properties
- idstringRequired
Identifier of the request.
- rolesarray of stringsRequired
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"
- spaceIdstringRequired
Identifier of the space related to the request.
- tenantIdstringRequired
Identifier of the tenant the request belongs to.
- createdAtstringRequired
Timestamp when the request was created.
- createdBystringRequired
Identifier of the user who approved the access request.
- assigneeIdstringRequired
Identifier of the user who is assigned the resource.
- resourceIdstring
Identifier of the resource related to the request.
- descriptionstringRequired
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" }}Published when a space access request is created.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created request.
data properties
- idstringRequired
Identifier of the request.
- typestringRequired
Type of request.
Can be one of: "assignment""share"
- rolesarray of stringsRequired
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"
- spaceIdstringRequired
Identifier of the space related to the request.
- tenantIdstringRequired
Identifier of the tenant the request belongs to.
- createdAtstringRequired
Timestamp when the request was created.
- createdBystringRequired
Identifier of the user who created the access request.
- resourceIdstring
Identifier of the resource related to the request.
- descriptionstringRequired
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" }}Published when a space access request is deleted.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted request.
data properties
- idstringRequired
Identifier of the request.
- typestringRequired
Type of request.
Can be one of: "assignment""share"
- rolesarray of stringsRequired
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"
- spaceIdstringRequired
Identifier of the space related to the request.
- tenantIdstringRequired
Identifier of the tenant the request belongs to.
- createdAtstringRequired
Timestamp when the request was created.
- createdBystringRequired
Identifier of the user who deleted the access request.
- resourceIdstring
Identifier of the resource related to the request.
- descriptionstringRequired
Description of the request.
- resourceTypestring
Type of the resource related to the request.
- requestedUserIdstringRequired
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" }}Published when the space settings are updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated space settings.
data properties
- tenantIdstringRequired
Identifier of the tenant.
- updatedAtstring
Timestamp when the settings were updated.
- allowSharesbooleanRequired
Whether app sharing is allowed in the tenant.
- allowOfflinebooleanRequired
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 }}Published when a new space share is created.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the created share.
data properties
- idstringRequired
Unique identifier for the share.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
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"
- spaceIdstringRequired
Identifier of the space the share belongs to.
- tenantIdstringRequired
Identifier of the tenant.
- createdAtstringRequired
Timestamp when the share was created.
- createdBystringRequired
Identifier of the user who created the share.
- spaceTypestringRequired
The type of the space.
Can be one of: "managed""shared""data"
- assigneeIdstringRequired
Unique identifier for the user or group assigned the share.
- resourceIdstringRequired
Identifier for the resource being shared.
- resourceNamestringRequired
Name of the resource being shared.
- resourceTypestringRequired
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" }}Published when a space share is deleted.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the deleted share.
data properties
- idstringRequired
Unique identifier for the share.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- spaceIdstringRequired
Identifier of the space the share belongs to.
- spaceNamestringRequired
Name of the space.
- assigneeIdstringRequired
Unique identifier for the user or group assigned the share.
- resourceIdstringRequired
Identifier for the resource being shared.
- descriptionstring
Description of the share.
- spaceDeletebooleanRequired
If true the share was deleted because its parent space was deleted.
- resourceNamestringRequired
Name of the resource being shared.
- resourceTypestringRequired
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" }}Published when a space share is updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated share.
data properties
- idstringRequired
Unique identifier for the share.
- typestringRequired
Type of assignee for a space assignment.
Can be one of: "user""group"
- rolesarray of stringsRequired
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"
- linkIdstringRequired
Identifier of the share link.
- spaceIdstringRequired
Identifier of the space the share belongs to.
- tenantIdstringRequired
Identifier of the tenant related to the event.
- createdAtstringRequired
Timestamp when the share was created.
- createdBystringRequired
Identifier of the user who created the share.
- spaceTypestringRequired
The type of the space.
Can be one of: "managed""shared""data"
- updatedAtstringRequired
Timestamp when the share was updated.
- updatedBystring
Identifier of the user who updated the share.
- assigneeIdstringRequired
Identifier of the user or group assigned the share.
- resourceIdstringRequired
Identifier for the resource being shared.
- resourceNamestringRequired
Name of the resource being shared.
- resourceTypestringRequired
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" }}Published when a space is updated.
Payload
object- idstringRequired
Identifies the event.
- timestring
Timestamp of when the occurrence happened. Must adhere to RFC 3339.
- typestringRequired
Unique identifier for the event type.
- sourcestringRequired
Identifies the context in which an event happened.
- specversionstringRequired
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.
- tenantidstringRequired
Unique identifier for the tenant related to the event.
- dataobject
Details of the updated space.
data properties
- idstringRequired
Identifier of the space.
- namestring
Name of the space.
- typestring
The type of the space.
Can be one of: "managed""shared""data"
- ownerIdstringRequired
Identifier of the space owner.
- createdAtstring
Timestamp when the space was created.
- updatedAtstringRequired
Timestamp when the space was updated.
- variablesarray of objects
Key-value pairs.
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.
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.
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.
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" }}