Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Qlik Cloud Spaces API

The Spaces API from Qlik Cloud — 4 operation(s) for spaces.

Qlik Cloud Spaces API is one of 13 APIs that Qlik Cloud publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Spaces. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and authentication docs.

This API exposes 9 operations across 4 paths, and defines 2 schemas. It is described by OpenAPI 3.1.0, at version 1.0.0.

Requests are made against a single base URL, https://your-tenant.region.qlikcloud.com.

9 operations 4 paths 2 schemas 1 DELETE4 GET1 PATCH2 POST1 PUT

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.1.0
API Version
1.0.0
Server
https://your-tenant.region.qlikcloud.com
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Qlik Cloud Spaces API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (bearerAuth). By default, every request must be authenticated.

Paths & Operations 9

Across 4 paths, the API surfaces 9 operations — 1 DELETE, 4 GET, 1 PATCH, 2 POST, 1 PUT. Each is listed below with its method, path, parameters, and response codes.

Spaces 9
GET
/api/v1/spaces
List spaces
listSpaces → 200
POST
/api/v1/spaces
Create space
createSpace body → 201
GET
/api/v1/spaces/{spaceId}
Get space
getSpace 1 param → 200
PATCH
/api/v1/spaces/{spaceId}
Patch space
patchSpace 1 param body → 200
PUT
/api/v1/spaces/{spaceId}
Update space
updateSpace 1 param body → 200
DELETE
/api/v1/spaces/{spaceId}
Delete space
deleteSpace 1 param → 204
GET
/api/v1/spaces/{spaceId}/assignments
List space assignments
listSpaceAssignments 1 param → 200
POST
/api/v1/spaces/{spaceId}/assignments
Create space assignment
createSpaceAssignment 1 param body → 201
GET
/api/v1/spaces/types
List space types
listSpaceTypes → 200

Schemas 2

The contract defines 2 schemas that model the data the API accepts and returns. Each schema is shown below with its type and property counts.

GenericRequest
object
GenericResponse
object

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

qlik-cloud-spaces-api-openapi.yml Raw ↑

Other APIs Qlik Cloud publishes across the network.

Qlik Engine JSON API
Qlik Data Integration
Qlik Reload
Qlik Users and Groups
Qlik Spaces
Qlik Apps
Qlik Automations
Qlik Cloud Api Keys API
Qlik Cloud Apps API
Qlik Cloud Csrf Token API
Qlik Cloud Users API
Qlik Cloud Webhooks API