Collections

Collections provide the framework to catalog various content a user has access to using tags, public and private collections, and favorites.

Download specification

List collections

Retrieves the collections that the user has access to. This endpoint does not return the user's favorites collection, which can be retrieved with /v1/collections/favorites.

Facts

Rate limit Tier 1 (1000 requests per minute)
Categories manage

Query Parameters

  • creatorIdstring

    The case-sensitive string used to search for a resource by creatorId.

  • idstring

    The collection's unique identifier.

  • includeItemsstring

    Includes the list of items belonging to the collections. Supported parameters are 'limit', 'sort' and 'resourceType'. Supported formats are json formatted string or deep object style using square brackets.

  • limitinteger

    The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).

  • namestring

    The case-sensitive string used to search for a collection by name.

  • nextstring

    The cursor to the next page of resources. Provide either the next or prev cursor, but not both.

  • prevstring

    The cursor to the previous page of resources. Provide either the next or prev cursor, but not both.

  • querystring

    The case-insensitive string used to search for a resource by name or description.

  • sortstring

    The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.

    Can be one of: "+createdAt""-createdAt""+name""-name""+updatedAt""-updatedAt"

  • typestring

    The case-sensitive string used to filter for a collection by type. Retrieve private collections with private, public collections with publicgoverned, and tags with public.

    Can be one of: "private""public""publicgoverned"

  • typesarray of strings

    A commaseparated case-sensitive string used to filter by multiple types.

    Values may be any of: "private""public""publicgoverned"

Responses

200

application/json

OK response.

ListCollectionsResponseBody result type

  • application/jsonobject

    ListCollectionsResponseBody result type

    Show application/json properties
    • dataarray of objects
      Required

      A collection.

      Show data properties
      • idstring
        Required

        The collection's unique identifier.

      • fullboolean

        States if a collection has reached its items limit or not

      • metaobject

        Collection metadata and computed fields.

        Show meta properties
        • itemsobject

          Multiple items.

          Show items properties
          • dataarray of objects
            Required

            An item.

            Show data properties
            • idstring
              Required

              The item's unique identifier.

            • metaobject
              Required

              Item metadata and computed fields.

              Show meta properties
              • tagsarray of objects
                Required

                An array of tags that the item is part of.

                Show tags properties
                • idstring
                  Required

                  The ID of the tag/collection.

                • namestring
                  Required

                  The name of the tag/collection.

              • actionsarray of strings
                Required

                The actions that the user can perform on the item.

              • collectionsarray of objects
                Required

                An array of collections that the item is part of.

                Show collections properties
                • idstring
                  Required

                  The ID of the tag/collection.

                • namestring
                  Required

                  The name of the tag/collection.

              • isFavoritedboolean
                Required

                The flag that indicates if item is in the user's favorites collection.

            • namestring
              Required
            • linksobject
              Required
              Show links properties
              • openobject
                Show open properties
                • hrefstring
              • selfobject
                Show self properties
                • hrefstring
              • thumbnailobject
                Show thumbnail properties
                • hrefstring
              • collectionsobject
                Show collections properties
                • hrefstring
            • actionsarray of strings
              Required

              The actions that the user can perform on the item.

            • ownerIdstring

              The ID of the user who owns the item.

            • spaceIdstring

              The space's unique identifier.

            • tenantIdstring
              Required

              The ID of the tenant that owns the item. This is populated using the JWT.

            • createdAtstring
              Required

              The RFC3339 datetime when the item was created.

            • creatorIdstring

              The ID of the user who created the item. This is only populated if the JWT contains a userId.

            • itemViewsobject
              Show itemViews properties
              • weekarray of objects
                Show week properties
                • startstring

                  The RFC3339 datetime representing the start of the referenced week.

                • totalinteger

                  Total number of views the resource got during the referenced week.

                • uniqueinteger

                  Number of unique users who viewed the resource during the referenced week.

              • totalinteger

                Total number of views the resource got during the last 28 days.

              • trendnumber

                Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

              • uniqueinteger

                Number of unique users who viewed the resource during the last 28 days.

              • usedByinteger

                Number of apps this dataset is used in (datasets only).

            • updatedAtstring
              Required

              The RFC3339 datetime when the item was last updated.

            • updaterIdstring

              ID of the user who last updated the item. This is only populated if the JWT contains a userId.

            • resourceIdstring

              The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

            • descriptionstring
            • isFavoritedboolean
              Required

              The flag that indicates if item is in the user's favorites collection.

            • thumbnailIdstring

              The item thumbnail's unique identifier. This is optional for internal resources.

            • resourceLinkstring

              The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

            • resourceSizeobject
              Show resourceSize properties
              • appFilenumber

                Size of the app on disk in bytes.

              • appMemorynumber

                Size of the app in memory in bytes.

            • resourceTypestring
              Required

              The case-sensitive string defining the item's type.

              Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

            • collectionIdsarray of strings
              Required

              The ID of the collections that the item has been added to.

            • resourceSubTypestring

              Optional field defining the item's subtype, if any.

            • resourceCreatedAtstring
              Required

              The RFC3339 datetime when the resource that the item references was created.

            • resourceUpdatedAtstring
              Required

              The RFC3339 datetime when the resource that the item references was last updated.

            • resourceAttributesobject
              Required
            • resourceReloadStatusstring

              If the resource last reload was successful or not.

            • resourceReloadEndTimestring

              The RFC3339 datetime when the resource last reload ended.

            • resourceCustomAttributesobject
              Required
          • linksobject
            Required
            Show links properties
            • nextobject
              Show next properties
              • hrefstring
            • prevobject
              Show prev properties
              • hrefstring
            • selfobject
              Show self properties
              • hrefstring
            • collectionobject
              Show collection properties
              • hrefstring
      • namestring
        Required
      • typestring
        Required

        Can be one of: "private""public""favorite""publicgoverned"

      • linksobject
        Required
        Show links properties
        • selfobject
          Show self properties
          • hrefstring
        • itemsobject
          Show items properties
          • hrefstring
      • tenantIdstring
        Required

        The ID of the tenant that owns the collection. This property is populated by using JWT.

      • createdAtstring
        Required

        The RFC3339 datetime when the collection was created.

      • creatorIdstring

        The ID of the user who created the collection. This property is only populated if the JWT contains a userId.

      • itemCountinteger
        Required

        The number of items that have been added to the collection that the user has access to.

      • updatedAtstring
        Required

        The RFC3339 datetime when the collection was last updated.

      • updaterIdstring

        The ID of the user who last updated the collection. This property is only populated if the JWT contains a userId.

      • descriptionstring
    • linksobject
      Required
      Show links properties
      • itemobject
        Show item properties
        • hrefstring
      • nextobject
        Show next properties
        • hrefstring
      • prevobject
        Show prev properties
        • hrefstring
      • selfobject
        Show self properties
        • hrefstring

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

GET /v1/collections
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections" \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections',
    'method': 'GET',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection ls

Response

{
  "data": [
    {
      "id": "string",
      "full": true,
      "meta": {
        "items": {
          "data": [
            {
              "id": "string",
              "meta": {
                "tags": [
                  {
                    "id": "string",
                    "name": "string"
                  }
                ],
                "actions": [
                  "string"
                ],
                "collections": [
                  {
                    "id": "string",
                    "name": "string"
                  }
                ],
                "isFavorited": true
              },
              "name": "string",
              "links": {
                "open": {
                  "href": "string"
                },
                "self": {
                  "href": "string"
                },
                "thumbnail": {
                  "href": "string"
                },
                "collections": {
                  "href": "string"
                }
              },
              "actions": [
                "string"
              ],
              "ownerId": "string",
              "spaceId": "string",
              "tenantId": "string",
              "createdAt": "2018-10-30T07:06:22Z",
              "creatorId": "string",
              "itemViews": {
                "week": [
                  {
                    "start": "2018-10-30T07:06:22Z",
                    "total": 42,
                    "unique": 42
                  }
                ],
                "total": 42,
                "trend": -4.2,
                "unique": 42,
                "usedBy": 42
              },
              "updatedAt": "2018-10-30T07:06:22Z",
              "updaterId": "string",
              "resourceId": "string",
              "description": "string",
              "isFavorited": true,
              "thumbnailId": "string",
              "resourceLink": "string",
              "resourceSize": {
                "appFile": 42,
                "appMemory": 42
              },
              "resourceType": "app",
              "collectionIds": [
                "string"
              ],
              "resourceSubType": "string",
              "resourceCreatedAt": "2018-10-30T07:06:22Z",
              "resourceUpdatedAt": "2018-10-30T07:06:22Z",
              "resourceAttributes": {},
              "resourceReloadStatus": "string",
              "resourceReloadEndTime": "2018-10-30T07:06:22Z",
              "resourceCustomAttributes": {}
            }
          ],
          "links": {
            "next": {
              "href": "string"
            },
            "prev": {
              "href": "string"
            },
            "self": {
              "href": "string"
            },
            "collection": {
              "href": "string"
            }
          }
        }
      },
      "name": "string",
      "type": "private",
      "links": {
        "self": {
          "href": "string"
        },
        "items": {
          "href": "string"
        }
      },
      "tenantId": "string",
      "createdAt": "2018-10-30T07:06:22Z",
      "creatorId": "string",
      "itemCount": 42,
      "updatedAt": "2018-10-30T07:06:22Z",
      "updaterId": "string",
      "description": "string"
    }
  ],
  "links": {
    "item": {
      "href": "string"
    },
    "next": {
      "href": "string"
    },
    "prev": {
      "href": "string"
    },
    "self": {
      "href": "string"
    }
  }
}

Create a new collection.

Creates and returns a new collection. Collections of type public (shown as tags in the user interface) must have unique names. Other collection types can reuse names.

Facts

Rate limit Tier 2 (100 requests per minute)
Categories manage

Request Body

Required

application/json

  • application/jsonobject
    Show application/json properties
    • namestring
      Required

      For public collections (tags), if name already exists in the tenant as a public collection, this call will fail with a 409 response.

    • typestring
      Required

      Can be one of: "private""public""publicgoverned"

    • descriptionstring

Responses

201

application/json

Created response.

A collection.

  • application/jsonobject

    A collection.

    Show application/json properties
    • idstring
      Required

      The collection's unique identifier.

    • fullboolean

      States if a collection has reached its items limit or not

    • metaobject

      Collection metadata and computed fields.

      Show meta properties
      • itemsobject

        Multiple items.

        Show items properties
        • dataarray of objects
          Required

          An item.

          Show data properties
          • idstring
            Required

            The item's unique identifier.

          • metaobject
            Required

            Item metadata and computed fields.

            Show meta properties
            • tagsarray of objects
              Required

              An array of tags that the item is part of.

              Show tags properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • actionsarray of strings
              Required

              The actions that the user can perform on the item.

            • collectionsarray of objects
              Required

              An array of collections that the item is part of.

              Show collections properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • isFavoritedboolean
              Required

              The flag that indicates if item is in the user's favorites collection.

          • namestring
            Required
          • linksobject
            Required
            Show links properties
            • openobject
              Show open properties
              • hrefstring
            • selfobject
              Show self properties
              • hrefstring
            • thumbnailobject
              Show thumbnail properties
              • hrefstring
            • collectionsobject
              Show collections properties
              • hrefstring
          • actionsarray of strings
            Required

            The actions that the user can perform on the item.

          • ownerIdstring

            The ID of the user who owns the item.

          • spaceIdstring

            The space's unique identifier.

          • tenantIdstring
            Required

            The ID of the tenant that owns the item. This is populated using the JWT.

          • createdAtstring
            Required

            The RFC3339 datetime when the item was created.

          • creatorIdstring

            The ID of the user who created the item. This is only populated if the JWT contains a userId.

          • itemViewsobject
            Show itemViews properties
            • weekarray of objects
              Show week properties
              • startstring

                The RFC3339 datetime representing the start of the referenced week.

              • totalinteger

                Total number of views the resource got during the referenced week.

              • uniqueinteger

                Number of unique users who viewed the resource during the referenced week.

            • totalinteger

              Total number of views the resource got during the last 28 days.

            • trendnumber

              Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

            • uniqueinteger

              Number of unique users who viewed the resource during the last 28 days.

            • usedByinteger

              Number of apps this dataset is used in (datasets only).

          • updatedAtstring
            Required

            The RFC3339 datetime when the item was last updated.

          • updaterIdstring

            ID of the user who last updated the item. This is only populated if the JWT contains a userId.

          • resourceIdstring

            The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • descriptionstring
          • isFavoritedboolean
            Required

            The flag that indicates if item is in the user's favorites collection.

          • thumbnailIdstring

            The item thumbnail's unique identifier. This is optional for internal resources.

          • resourceLinkstring

            The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • resourceSizeobject
            Show resourceSize properties
            • appFilenumber

              Size of the app on disk in bytes.

            • appMemorynumber

              Size of the app in memory in bytes.

          • resourceTypestring
            Required

            The case-sensitive string defining the item's type.

            Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

          • collectionIdsarray of strings
            Required

            The ID of the collections that the item has been added to.

          • resourceSubTypestring

            Optional field defining the item's subtype, if any.

          • resourceCreatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was created.

          • resourceUpdatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was last updated.

          • resourceAttributesobject
            Required
          • resourceReloadStatusstring

            If the resource last reload was successful or not.

          • resourceReloadEndTimestring

            The RFC3339 datetime when the resource last reload ended.

          • resourceCustomAttributesobject
            Required
        • linksobject
          Required
          Show links properties
          • nextobject
            Show next properties
            • hrefstring
          • prevobject
            Show prev properties
            • hrefstring
          • selfobject
            Show self properties
            • hrefstring
          • collectionobject
            Show collection properties
            • hrefstring
    • namestring
      Required
    • typestring
      Required

      Can be one of: "private""public""favorite""publicgoverned"

    • linksobject
      Required
      Show links properties
      • selfobject
        Show self properties
        • hrefstring
      • itemsobject
        Show items properties
        • hrefstring
    • tenantIdstring
      Required

      The ID of the tenant that owns the collection. This property is populated by using JWT.

    • createdAtstring
      Required

      The RFC3339 datetime when the collection was created.

    • creatorIdstring

      The ID of the user who created the collection. This property is only populated if the JWT contains a userId.

    • itemCountinteger
      Required

      The number of items that have been added to the collection that the user has access to.

    • updatedAtstring
      Required

      The RFC3339 datetime when the collection was last updated.

    • updaterIdstring

      The ID of the user who last updated the collection. This property is only populated if the JWT contains a userId.

    • descriptionstring

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

403

application/json

Forbidden response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

409

application/json

Conflict response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

POST /v1/collections
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections" \
-X POST \
-H "Content-type: application/json" \
-H "Authorization: Bearer <access_token>" \
-d '{"name":"string","type":"private","description":"string"}'
const https = require('https')
  const data = JSON.stringify({"name":"string","type":"private","description":"string"})
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections',
    'method': 'POST',
    'headers': {
      'Content-type': 'application/json',
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  req.write(data)
  
qlik collection create \
--description="string" \
--name="string" \
--type="private"

Request

{
  "name": "string",
  "type": "private",
  "description": "string"
}

Response

{
  "id": "string",
  "full": true,
  "meta": {
    "items": {
      "data": [
        {
          "id": "string",
          "meta": {
            "tags": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "actions": [
              "string"
            ],
            "collections": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "isFavorited": true
          },
          "name": "string",
          "links": {
            "open": {
              "href": "string"
            },
            "self": {
              "href": "string"
            },
            "thumbnail": {
              "href": "string"
            },
            "collections": {
              "href": "string"
            }
          },
          "actions": [
            "string"
          ],
          "ownerId": "string",
          "spaceId": "string",
          "tenantId": "string",
          "createdAt": "2018-10-30T07:06:22Z",
          "creatorId": "string",
          "itemViews": {
            "week": [
              {
                "start": "2018-10-30T07:06:22Z",
                "total": 42,
                "unique": 42
              }
            ],
            "total": 42,
            "trend": -4.2,
            "unique": 42,
            "usedBy": 42
          },
          "updatedAt": "2018-10-30T07:06:22Z",
          "updaterId": "string",
          "resourceId": "string",
          "description": "string",
          "isFavorited": true,
          "thumbnailId": "string",
          "resourceLink": "string",
          "resourceSize": {
            "appFile": 42,
            "appMemory": 42
          },
          "resourceType": "app",
          "collectionIds": [
            "string"
          ],
          "resourceSubType": "string",
          "resourceCreatedAt": "2018-10-30T07:06:22Z",
          "resourceUpdatedAt": "2018-10-30T07:06:22Z",
          "resourceAttributes": {},
          "resourceReloadStatus": "string",
          "resourceReloadEndTime": "2018-10-30T07:06:22Z",
          "resourceCustomAttributes": {}
        }
      ],
      "links": {
        "next": {
          "href": "string"
        },
        "prev": {
          "href": "string"
        },
        "self": {
          "href": "string"
        },
        "collection": {
          "href": "string"
        }
      }
    }
  },
  "name": "string",
  "type": "private",
  "links": {
    "self": {
      "href": "string"
    },
    "items": {
      "href": "string"
    }
  },
  "tenantId": "string",
  "createdAt": "2018-10-30T07:06:22Z",
  "creatorId": "string",
  "itemCount": 42,
  "updatedAt": "2018-10-30T07:06:22Z",
  "updaterId": "string",
  "description": "string"
}

Get a collection

Finds and returns a collection.

Facts

Rate limit Tier 1 (1000 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

Responses

200

application/json

OK response.

A collection.

  • application/jsonobject

    A collection.

    Show application/json properties
    • idstring
      Required

      The collection's unique identifier.

    • fullboolean

      States if a collection has reached its items limit or not

    • metaobject

      Collection metadata and computed fields.

      Show meta properties
      • itemsobject

        Multiple items.

        Show items properties
        • dataarray of objects
          Required

          An item.

          Show data properties
          • idstring
            Required

            The item's unique identifier.

          • metaobject
            Required

            Item metadata and computed fields.

            Show meta properties
            • tagsarray of objects
              Required

              An array of tags that the item is part of.

              Show tags properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • actionsarray of strings
              Required

              The actions that the user can perform on the item.

            • collectionsarray of objects
              Required

              An array of collections that the item is part of.

              Show collections properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • isFavoritedboolean
              Required

              The flag that indicates if item is in the user's favorites collection.

          • namestring
            Required
          • linksobject
            Required
            Show links properties
            • openobject
              Show open properties
              • hrefstring
            • selfobject
              Show self properties
              • hrefstring
            • thumbnailobject
              Show thumbnail properties
              • hrefstring
            • collectionsobject
              Show collections properties
              • hrefstring
          • actionsarray of strings
            Required

            The actions that the user can perform on the item.

          • ownerIdstring

            The ID of the user who owns the item.

          • spaceIdstring

            The space's unique identifier.

          • tenantIdstring
            Required

            The ID of the tenant that owns the item. This is populated using the JWT.

          • createdAtstring
            Required

            The RFC3339 datetime when the item was created.

          • creatorIdstring

            The ID of the user who created the item. This is only populated if the JWT contains a userId.

          • itemViewsobject
            Show itemViews properties
            • weekarray of objects
              Show week properties
              • startstring

                The RFC3339 datetime representing the start of the referenced week.

              • totalinteger

                Total number of views the resource got during the referenced week.

              • uniqueinteger

                Number of unique users who viewed the resource during the referenced week.

            • totalinteger

              Total number of views the resource got during the last 28 days.

            • trendnumber

              Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

            • uniqueinteger

              Number of unique users who viewed the resource during the last 28 days.

            • usedByinteger

              Number of apps this dataset is used in (datasets only).

          • updatedAtstring
            Required

            The RFC3339 datetime when the item was last updated.

          • updaterIdstring

            ID of the user who last updated the item. This is only populated if the JWT contains a userId.

          • resourceIdstring

            The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • descriptionstring
          • isFavoritedboolean
            Required

            The flag that indicates if item is in the user's favorites collection.

          • thumbnailIdstring

            The item thumbnail's unique identifier. This is optional for internal resources.

          • resourceLinkstring

            The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • resourceSizeobject
            Show resourceSize properties
            • appFilenumber

              Size of the app on disk in bytes.

            • appMemorynumber

              Size of the app in memory in bytes.

          • resourceTypestring
            Required

            The case-sensitive string defining the item's type.

            Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

          • collectionIdsarray of strings
            Required

            The ID of the collections that the item has been added to.

          • resourceSubTypestring

            Optional field defining the item's subtype, if any.

          • resourceCreatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was created.

          • resourceUpdatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was last updated.

          • resourceAttributesobject
            Required
          • resourceReloadStatusstring

            If the resource last reload was successful or not.

          • resourceReloadEndTimestring

            The RFC3339 datetime when the resource last reload ended.

          • resourceCustomAttributesobject
            Required
        • linksobject
          Required
          Show links properties
          • nextobject
            Show next properties
            • hrefstring
          • prevobject
            Show prev properties
            • hrefstring
          • selfobject
            Show self properties
            • hrefstring
          • collectionobject
            Show collection properties
            • hrefstring
    • namestring
      Required
    • typestring
      Required

      Can be one of: "private""public""favorite""publicgoverned"

    • linksobject
      Required
      Show links properties
      • selfobject
        Show self properties
        • hrefstring
      • itemsobject
        Show items properties
        • hrefstring
    • tenantIdstring
      Required

      The ID of the tenant that owns the collection. This property is populated by using JWT.

    • createdAtstring
      Required

      The RFC3339 datetime when the collection was created.

    • creatorIdstring

      The ID of the user who created the collection. This property is only populated if the JWT contains a userId.

    • itemCountinteger
      Required

      The number of items that have been added to the collection that the user has access to.

    • updatedAtstring
      Required

      The RFC3339 datetime when the collection was last updated.

    • updaterIdstring

      The ID of the user who last updated the collection. This property is only populated if the JWT contains a userId.

    • descriptionstring

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

GET /v1/collections/{collectionId}
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}" \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}',
    'method': 'GET',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection get <collectionId>

Response

{
  "id": "string",
  "full": true,
  "meta": {
    "items": {
      "data": [
        {
          "id": "string",
          "meta": {
            "tags": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "actions": [
              "string"
            ],
            "collections": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "isFavorited": true
          },
          "name": "string",
          "links": {
            "open": {
              "href": "string"
            },
            "self": {
              "href": "string"
            },
            "thumbnail": {
              "href": "string"
            },
            "collections": {
              "href": "string"
            }
          },
          "actions": [
            "string"
          ],
          "ownerId": "string",
          "spaceId": "string",
          "tenantId": "string",
          "createdAt": "2018-10-30T07:06:22Z",
          "creatorId": "string",
          "itemViews": {
            "week": [
              {
                "start": "2018-10-30T07:06:22Z",
                "total": 42,
                "unique": 42
              }
            ],
            "total": 42,
            "trend": -4.2,
            "unique": 42,
            "usedBy": 42
          },
          "updatedAt": "2018-10-30T07:06:22Z",
          "updaterId": "string",
          "resourceId": "string",
          "description": "string",
          "isFavorited": true,
          "thumbnailId": "string",
          "resourceLink": "string",
          "resourceSize": {
            "appFile": 42,
            "appMemory": 42
          },
          "resourceType": "app",
          "collectionIds": [
            "string"
          ],
          "resourceSubType": "string",
          "resourceCreatedAt": "2018-10-30T07:06:22Z",
          "resourceUpdatedAt": "2018-10-30T07:06:22Z",
          "resourceAttributes": {},
          "resourceReloadStatus": "string",
          "resourceReloadEndTime": "2018-10-30T07:06:22Z",
          "resourceCustomAttributes": {}
        }
      ],
      "links": {
        "next": {
          "href": "string"
        },
        "prev": {
          "href": "string"
        },
        "self": {
          "href": "string"
        },
        "collection": {
          "href": "string"
        }
      }
    }
  },
  "name": "string",
  "type": "private",
  "links": {
    "self": {
      "href": "string"
    },
    "items": {
      "href": "string"
    }
  },
  "tenantId": "string",
  "createdAt": "2018-10-30T07:06:22Z",
  "creatorId": "string",
  "itemCount": 42,
  "updatedAt": "2018-10-30T07:06:22Z",
  "updaterId": "string",
  "description": "string"
}

Update collection

Updates the name, description, or type fields provided in the patch body. Can be used to publish a private collection as a publicgoverned collection by patching /type with publicgoverned once the collection contains at least 1 item. Can also be used to return a publicgoverned collection to private. Cannot be used to change between public (tag) and private / publicgoverned (collection).

Facts

Rate limit Tier 2 (100 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

Request Body

Required

application/json

A JSONPatch document as defined by RFC 6902.

  • application/jsonarray of objects

    A JSONPatch document as defined by RFC 6902.

    Show application/json properties
    • opstring
      Required

      The operation to be performed.

      Can be one of: "replace"

    • pathstring
      Required

      Field of collection to be patched.

      Can be one of: "/name""/description""/type"

    • valuestring
      Required

      The value to be used within the operations.

      • name: The name of the collection. Must not be "".
      • description: The description of the collection. Empty string "" is allowed.
      • type: The type of the collection. Via this path the collection type can be toggled between "private" and "publicgoverned".

Responses

200

application/json

OK response.

A collection.

  • application/jsonobject

    A collection.

    Show application/json properties
    • idstring
      Required

      The collection's unique identifier.

    • fullboolean

      States if a collection has reached its items limit or not

    • metaobject

      Collection metadata and computed fields.

      Show meta properties
      • itemsobject

        Multiple items.

        Show items properties
        • dataarray of objects
          Required

          An item.

          Show data properties
          • idstring
            Required

            The item's unique identifier.

          • metaobject
            Required

            Item metadata and computed fields.

            Show meta properties
            • tagsarray of objects
              Required

              An array of tags that the item is part of.

              Show tags properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • actionsarray of strings
              Required

              The actions that the user can perform on the item.

            • collectionsarray of objects
              Required

              An array of collections that the item is part of.

              Show collections properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • isFavoritedboolean
              Required

              The flag that indicates if item is in the user's favorites collection.

          • namestring
            Required
          • linksobject
            Required
            Show links properties
            • openobject
              Show open properties
              • hrefstring
            • selfobject
              Show self properties
              • hrefstring
            • thumbnailobject
              Show thumbnail properties
              • hrefstring
            • collectionsobject
              Show collections properties
              • hrefstring
          • actionsarray of strings
            Required

            The actions that the user can perform on the item.

          • ownerIdstring

            The ID of the user who owns the item.

          • spaceIdstring

            The space's unique identifier.

          • tenantIdstring
            Required

            The ID of the tenant that owns the item. This is populated using the JWT.

          • createdAtstring
            Required

            The RFC3339 datetime when the item was created.

          • creatorIdstring

            The ID of the user who created the item. This is only populated if the JWT contains a userId.

          • itemViewsobject
            Show itemViews properties
            • weekarray of objects
              Show week properties
              • startstring

                The RFC3339 datetime representing the start of the referenced week.

              • totalinteger

                Total number of views the resource got during the referenced week.

              • uniqueinteger

                Number of unique users who viewed the resource during the referenced week.

            • totalinteger

              Total number of views the resource got during the last 28 days.

            • trendnumber

              Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

            • uniqueinteger

              Number of unique users who viewed the resource during the last 28 days.

            • usedByinteger

              Number of apps this dataset is used in (datasets only).

          • updatedAtstring
            Required

            The RFC3339 datetime when the item was last updated.

          • updaterIdstring

            ID of the user who last updated the item. This is only populated if the JWT contains a userId.

          • resourceIdstring

            The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • descriptionstring
          • isFavoritedboolean
            Required

            The flag that indicates if item is in the user's favorites collection.

          • thumbnailIdstring

            The item thumbnail's unique identifier. This is optional for internal resources.

          • resourceLinkstring

            The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • resourceSizeobject
            Show resourceSize properties
            • appFilenumber

              Size of the app on disk in bytes.

            • appMemorynumber

              Size of the app in memory in bytes.

          • resourceTypestring
            Required

            The case-sensitive string defining the item's type.

            Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

          • collectionIdsarray of strings
            Required

            The ID of the collections that the item has been added to.

          • resourceSubTypestring

            Optional field defining the item's subtype, if any.

          • resourceCreatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was created.

          • resourceUpdatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was last updated.

          • resourceAttributesobject
            Required
          • resourceReloadStatusstring

            If the resource last reload was successful or not.

          • resourceReloadEndTimestring

            The RFC3339 datetime when the resource last reload ended.

          • resourceCustomAttributesobject
            Required
        • linksobject
          Required
          Show links properties
          • nextobject
            Show next properties
            • hrefstring
          • prevobject
            Show prev properties
            • hrefstring
          • selfobject
            Show self properties
            • hrefstring
          • collectionobject
            Show collection properties
            • hrefstring
    • namestring
      Required
    • typestring
      Required

      Can be one of: "private""public""favorite""publicgoverned"

    • linksobject
      Required
      Show links properties
      • selfobject
        Show self properties
        • hrefstring
      • itemsobject
        Show items properties
        • hrefstring
    • tenantIdstring
      Required

      The ID of the tenant that owns the collection. This property is populated by using JWT.

    • createdAtstring
      Required

      The RFC3339 datetime when the collection was created.

    • creatorIdstring

      The ID of the user who created the collection. This property is only populated if the JWT contains a userId.

    • itemCountinteger
      Required

      The number of items that have been added to the collection that the user has access to.

    • updatedAtstring
      Required

      The RFC3339 datetime when the collection was last updated.

    • updaterIdstring

      The ID of the user who last updated the collection. This property is only populated if the JWT contains a userId.

    • descriptionstring

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

409

application/json

Conflict response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

PATCH /v1/collections/{collectionId}
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}" \
-X PATCH \
-H "Content-type: application/json" \
-H "Authorization: Bearer <access_token>" \
-d '[{"op":"replace","path":"/name","value":"string"}]'
const https = require('https')
  const data = JSON.stringify([{"op":"replace","path":"/name","value":"string"}])
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}',
    'method': 'PATCH',
    'headers': {
      'Content-type': 'application/json',
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  req.write(data)
  
This API is not included yet in qlik-cli

Request

[
  {
    "op": "replace",
    "path": "/name",
    "value": "string"
  }
]

Response

{
  "id": "string",
  "full": true,
  "meta": {
    "items": {
      "data": [
        {
          "id": "string",
          "meta": {
            "tags": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "actions": [
              "string"
            ],
            "collections": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "isFavorited": true
          },
          "name": "string",
          "links": {
            "open": {
              "href": "string"
            },
            "self": {
              "href": "string"
            },
            "thumbnail": {
              "href": "string"
            },
            "collections": {
              "href": "string"
            }
          },
          "actions": [
            "string"
          ],
          "ownerId": "string",
          "spaceId": "string",
          "tenantId": "string",
          "createdAt": "2018-10-30T07:06:22Z",
          "creatorId": "string",
          "itemViews": {
            "week": [
              {
                "start": "2018-10-30T07:06:22Z",
                "total": 42,
                "unique": 42
              }
            ],
            "total": 42,
            "trend": -4.2,
            "unique": 42,
            "usedBy": 42
          },
          "updatedAt": "2018-10-30T07:06:22Z",
          "updaterId": "string",
          "resourceId": "string",
          "description": "string",
          "isFavorited": true,
          "thumbnailId": "string",
          "resourceLink": "string",
          "resourceSize": {
            "appFile": 42,
            "appMemory": 42
          },
          "resourceType": "app",
          "collectionIds": [
            "string"
          ],
          "resourceSubType": "string",
          "resourceCreatedAt": "2018-10-30T07:06:22Z",
          "resourceUpdatedAt": "2018-10-30T07:06:22Z",
          "resourceAttributes": {},
          "resourceReloadStatus": "string",
          "resourceReloadEndTime": "2018-10-30T07:06:22Z",
          "resourceCustomAttributes": {}
        }
      ],
      "links": {
        "next": {
          "href": "string"
        },
        "prev": {
          "href": "string"
        },
        "self": {
          "href": "string"
        },
        "collection": {
          "href": "string"
        }
      }
    }
  },
  "name": "string",
  "type": "private",
  "links": {
    "self": {
      "href": "string"
    },
    "items": {
      "href": "string"
    }
  },
  "tenantId": "string",
  "createdAt": "2018-10-30T07:06:22Z",
  "creatorId": "string",
  "itemCount": 42,
  "updatedAt": "2018-10-30T07:06:22Z",
  "updaterId": "string",
  "description": "string"
}

Update a collection's name and description

Updates a collection's name and description and returns the updated collection. Omitted and unsupported fields are ignored. To unset a field, provide the field's zero value.

Facts

Rate limit Tier 2 (100 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

Request Body

Required

application/json

  • application/jsonobject
    Show application/json properties
    • namestring
    • descriptionstring

Responses

200

application/json

OK response.

A collection.

  • application/jsonobject

    A collection.

    Show application/json properties
    • idstring
      Required

      The collection's unique identifier.

    • fullboolean

      States if a collection has reached its items limit or not

    • metaobject

      Collection metadata and computed fields.

      Show meta properties
      • itemsobject

        Multiple items.

        Show items properties
        • dataarray of objects
          Required

          An item.

          Show data properties
          • idstring
            Required

            The item's unique identifier.

          • metaobject
            Required

            Item metadata and computed fields.

            Show meta properties
            • tagsarray of objects
              Required

              An array of tags that the item is part of.

              Show tags properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • actionsarray of strings
              Required

              The actions that the user can perform on the item.

            • collectionsarray of objects
              Required

              An array of collections that the item is part of.

              Show collections properties
              • idstring
                Required

                The ID of the tag/collection.

              • namestring
                Required

                The name of the tag/collection.

            • isFavoritedboolean
              Required

              The flag that indicates if item is in the user's favorites collection.

          • namestring
            Required
          • linksobject
            Required
            Show links properties
            • openobject
              Show open properties
              • hrefstring
            • selfobject
              Show self properties
              • hrefstring
            • thumbnailobject
              Show thumbnail properties
              • hrefstring
            • collectionsobject
              Show collections properties
              • hrefstring
          • actionsarray of strings
            Required

            The actions that the user can perform on the item.

          • ownerIdstring

            The ID of the user who owns the item.

          • spaceIdstring

            The space's unique identifier.

          • tenantIdstring
            Required

            The ID of the tenant that owns the item. This is populated using the JWT.

          • createdAtstring
            Required

            The RFC3339 datetime when the item was created.

          • creatorIdstring

            The ID of the user who created the item. This is only populated if the JWT contains a userId.

          • itemViewsobject
            Show itemViews properties
            • weekarray of objects
              Show week properties
              • startstring

                The RFC3339 datetime representing the start of the referenced week.

              • totalinteger

                Total number of views the resource got during the referenced week.

              • uniqueinteger

                Number of unique users who viewed the resource during the referenced week.

            • totalinteger

              Total number of views the resource got during the last 28 days.

            • trendnumber

              Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

            • uniqueinteger

              Number of unique users who viewed the resource during the last 28 days.

            • usedByinteger

              Number of apps this dataset is used in (datasets only).

          • updatedAtstring
            Required

            The RFC3339 datetime when the item was last updated.

          • updaterIdstring

            ID of the user who last updated the item. This is only populated if the JWT contains a userId.

          • resourceIdstring

            The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • descriptionstring
          • isFavoritedboolean
            Required

            The flag that indicates if item is in the user's favorites collection.

          • thumbnailIdstring

            The item thumbnail's unique identifier. This is optional for internal resources.

          • resourceLinkstring

            The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

          • resourceSizeobject
            Show resourceSize properties
            • appFilenumber

              Size of the app on disk in bytes.

            • appMemorynumber

              Size of the app in memory in bytes.

          • resourceTypestring
            Required

            The case-sensitive string defining the item's type.

            Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

          • collectionIdsarray of strings
            Required

            The ID of the collections that the item has been added to.

          • resourceSubTypestring

            Optional field defining the item's subtype, if any.

          • resourceCreatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was created.

          • resourceUpdatedAtstring
            Required

            The RFC3339 datetime when the resource that the item references was last updated.

          • resourceAttributesobject
            Required
          • resourceReloadStatusstring

            If the resource last reload was successful or not.

          • resourceReloadEndTimestring

            The RFC3339 datetime when the resource last reload ended.

          • resourceCustomAttributesobject
            Required
        • linksobject
          Required
          Show links properties
          • nextobject
            Show next properties
            • hrefstring
          • prevobject
            Show prev properties
            • hrefstring
          • selfobject
            Show self properties
            • hrefstring
          • collectionobject
            Show collection properties
            • hrefstring
    • namestring
      Required
    • typestring
      Required

      Can be one of: "private""public""favorite""publicgoverned"

    • linksobject
      Required
      Show links properties
      • selfobject
        Show self properties
        • hrefstring
      • itemsobject
        Show items properties
        • hrefstring
    • tenantIdstring
      Required

      The ID of the tenant that owns the collection. This property is populated by using JWT.

    • createdAtstring
      Required

      The RFC3339 datetime when the collection was created.

    • creatorIdstring

      The ID of the user who created the collection. This property is only populated if the JWT contains a userId.

    • itemCountinteger
      Required

      The number of items that have been added to the collection that the user has access to.

    • updatedAtstring
      Required

      The RFC3339 datetime when the collection was last updated.

    • updaterIdstring

      The ID of the user who last updated the collection. This property is only populated if the JWT contains a userId.

    • descriptionstring

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

409

application/json

Conflict response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

PUT /v1/collections/{collectionId}
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}" \
-X PUT \
-H "Content-type: application/json" \
-H "Authorization: Bearer <access_token>" \
-d '{"name":"string","description":"string"}'
const https = require('https')
  const data = JSON.stringify({"name":"string","description":"string"})
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}',
    'method': 'PUT',
    'headers': {
      'Content-type': 'application/json',
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  req.write(data)
  
qlik collection update <collectionId> \
--description="string" \
--name="string"

Request

{
  "name": "string",
  "description": "string"
}

Response

{
  "id": "string",
  "full": true,
  "meta": {
    "items": {
      "data": [
        {
          "id": "string",
          "meta": {
            "tags": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "actions": [
              "string"
            ],
            "collections": [
              {
                "id": "string",
                "name": "string"
              }
            ],
            "isFavorited": true
          },
          "name": "string",
          "links": {
            "open": {
              "href": "string"
            },
            "self": {
              "href": "string"
            },
            "thumbnail": {
              "href": "string"
            },
            "collections": {
              "href": "string"
            }
          },
          "actions": [
            "string"
          ],
          "ownerId": "string",
          "spaceId": "string",
          "tenantId": "string",
          "createdAt": "2018-10-30T07:06:22Z",
          "creatorId": "string",
          "itemViews": {
            "week": [
              {
                "start": "2018-10-30T07:06:22Z",
                "total": 42,
                "unique": 42
              }
            ],
            "total": 42,
            "trend": -4.2,
            "unique": 42,
            "usedBy": 42
          },
          "updatedAt": "2018-10-30T07:06:22Z",
          "updaterId": "string",
          "resourceId": "string",
          "description": "string",
          "isFavorited": true,
          "thumbnailId": "string",
          "resourceLink": "string",
          "resourceSize": {
            "appFile": 42,
            "appMemory": 42
          },
          "resourceType": "app",
          "collectionIds": [
            "string"
          ],
          "resourceSubType": "string",
          "resourceCreatedAt": "2018-10-30T07:06:22Z",
          "resourceUpdatedAt": "2018-10-30T07:06:22Z",
          "resourceAttributes": {},
          "resourceReloadStatus": "string",
          "resourceReloadEndTime": "2018-10-30T07:06:22Z",
          "resourceCustomAttributes": {}
        }
      ],
      "links": {
        "next": {
          "href": "string"
        },
        "prev": {
          "href": "string"
        },
        "self": {
          "href": "string"
        },
        "collection": {
          "href": "string"
        }
      }
    }
  },
  "name": "string",
  "type": "private",
  "links": {
    "self": {
      "href": "string"
    },
    "items": {
      "href": "string"
    }
  },
  "tenantId": "string",
  "createdAt": "2018-10-30T07:06:22Z",
  "creatorId": "string",
  "itemCount": 42,
  "updatedAt": "2018-10-30T07:06:22Z",
  "updaterId": "string",
  "description": "string"
}

Delete a collection

Deletes a collection and removes all items from the collection.

Facts

Rate limit Tier 2 (100 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

Responses

204

No Content response.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

DELETE /v1/collections/{collectionId}
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}" \
-X DELETE \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}',
    'method': 'DELETE',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection rm <collectionId>

List items in a collection

Retrieves items from a collection that the user has access to.

Facts

Rate limit Tier 1 (1000 requests per minute)
Categories manage

Query Parameters

  • limitinteger

    The maximum number of resources to return for a request. The limit must be an integer between 1 and 100 (inclusive).

  • namestring

    The case-insensitive string used to search for a resource by name.

  • nextstring

    The cursor to the next page of resources. Provide either the next or prev cursor, but not both.

  • prevstring

    The cursor to the previous page of resources. Provide either the next or prev cursor, but not both.

  • querystring

    The case-insensitive string used to search for a resource by name or description.

  • resourceIdstring

    The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

  • resourceLinkstring

    The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

  • resourceTypestring

    The case-sensitive string used to search for an item by resourceType.

    Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

  • sortstring

    The property of a resource to sort on (default sort is +createdAt). The supported properties are createdAt, updatedAt, and name. A property must be prefixed by + or - to indicate ascending or descending sort order respectively.

    Can be one of: "+createdAt""-createdAt""+name""-name""+updatedAt""-updatedAt"

  • spaceIdstring

    The space's unique identifier (supports 'personal' as spaceId).

  • sharedbooleanDeprecated

    Whether or not to return items in a shared space.

  • noActionsboolean

    If set to true, the user's available actions for each item will not be evaluated meaning the actions-array will be omitted from the response (reduces response time).

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier. (This query also supports 'favorites' as the collectionID).

Responses

200

application/json

OK response.

ListCollectionItemsResponseBody result type

  • application/jsonobject

    ListCollectionItemsResponseBody result type

    Show application/json properties
    • dataarray of objects
      Required

      An item.

      Show data properties
      • idstring
        Required

        The item's unique identifier.

      • metaobject
        Required

        Item metadata and computed fields.

        Show meta properties
        • tagsarray of objects
          Required

          An array of tags that the item is part of.

          Show tags properties
          • idstring
            Required

            The ID of the tag/collection.

          • namestring
            Required

            The name of the tag/collection.

        • actionsarray of strings
          Required

          The actions that the user can perform on the item.

        • collectionsarray of objects
          Required

          An array of collections that the item is part of.

          Show collections properties
          • idstring
            Required

            The ID of the tag/collection.

          • namestring
            Required

            The name of the tag/collection.

        • isFavoritedboolean
          Required

          The flag that indicates if item is in the user's favorites collection.

      • namestring
        Required
      • linksobject
        Required
        Show links properties
        • openobject
          Show open properties
          • hrefstring
        • selfobject
          Show self properties
          • hrefstring
        • thumbnailobject
          Show thumbnail properties
          • hrefstring
        • collectionsobject
          Show collections properties
          • hrefstring
      • actionsarray of strings
        Required

        The actions that the user can perform on the item.

      • ownerIdstring

        The ID of the user who owns the item.

      • spaceIdstring

        The space's unique identifier.

      • tenantIdstring
        Required

        The ID of the tenant that owns the item. This is populated using the JWT.

      • createdAtstring
        Required

        The RFC3339 datetime when the item was created.

      • creatorIdstring

        The ID of the user who created the item. This is only populated if the JWT contains a userId.

      • itemViewsobject
        Show itemViews properties
        • weekarray of objects
          Show week properties
          • startstring

            The RFC3339 datetime representing the start of the referenced week.

          • totalinteger

            Total number of views the resource got during the referenced week.

          • uniqueinteger

            Number of unique users who viewed the resource during the referenced week.

        • totalinteger

          Total number of views the resource got during the last 28 days.

        • trendnumber

          Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

        • uniqueinteger

          Number of unique users who viewed the resource during the last 28 days.

        • usedByinteger

          Number of apps this dataset is used in (datasets only).

      • updatedAtstring
        Required

        The RFC3339 datetime when the item was last updated.

      • updaterIdstring

        ID of the user who last updated the item. This is only populated if the JWT contains a userId.

      • resourceIdstring

        The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

      • descriptionstring
      • isFavoritedboolean
        Required

        The flag that indicates if item is in the user's favorites collection.

      • thumbnailIdstring

        The item thumbnail's unique identifier. This is optional for internal resources.

      • resourceLinkstring

        The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

      • resourceSizeobject
        Show resourceSize properties
        • appFilenumber

          Size of the app on disk in bytes.

        • appMemorynumber

          Size of the app in memory in bytes.

      • resourceTypestring
        Required

        The case-sensitive string defining the item's type.

        Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

      • collectionIdsarray of strings
        Required

        The ID of the collections that the item has been added to.

      • resourceSubTypestring

        Optional field defining the item's subtype, if any.

      • resourceCreatedAtstring
        Required

        The RFC3339 datetime when the resource that the item references was created.

      • resourceUpdatedAtstring
        Required

        The RFC3339 datetime when the resource that the item references was last updated.

      • resourceAttributesobject
        Required
      • resourceReloadStatusstring

        If the resource last reload was successful or not.

      • resourceReloadEndTimestring

        The RFC3339 datetime when the resource last reload ended.

      • resourceCustomAttributesobject
        Required

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

GET /v1/collections/{collectionId}/items
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}/items" \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}/items',
    'method': 'GET',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection item ls \
--collectionId="string"

Response

{
  "data": [
    {
      "id": "string",
      "meta": {
        "tags": [
          {
            "id": "string",
            "name": "string"
          }
        ],
        "actions": [
          "string"
        ],
        "collections": [
          {
            "id": "string",
            "name": "string"
          }
        ],
        "isFavorited": true
      },
      "name": "string",
      "links": {
        "open": {
          "href": "string"
        },
        "self": {
          "href": "string"
        },
        "thumbnail": {
          "href": "string"
        },
        "collections": {
          "href": "string"
        }
      },
      "actions": [
        "string"
      ],
      "ownerId": "string",
      "spaceId": "string",
      "tenantId": "string",
      "createdAt": "2018-10-30T07:06:22Z",
      "creatorId": "string",
      "itemViews": {
        "week": [
          {
            "start": "2018-10-30T07:06:22Z",
            "total": 42,
            "unique": 42
          }
        ],
        "total": 42,
        "trend": -4.2,
        "unique": 42,
        "usedBy": 42
      },
      "updatedAt": "2018-10-30T07:06:22Z",
      "updaterId": "string",
      "resourceId": "string",
      "description": "string",
      "isFavorited": true,
      "thumbnailId": "string",
      "resourceLink": "string",
      "resourceSize": {
        "appFile": 42,
        "appMemory": 42
      },
      "resourceType": "app",
      "collectionIds": [
        "string"
      ],
      "resourceSubType": "string",
      "resourceCreatedAt": "2018-10-30T07:06:22Z",
      "resourceUpdatedAt": "2018-10-30T07:06:22Z",
      "resourceAttributes": {},
      "resourceReloadStatus": "string",
      "resourceReloadEndTime": "2018-10-30T07:06:22Z",
      "resourceCustomAttributes": {}
    }
  ]
}

Add an item to a collection

Adds an item to a collection and returns the item.

Facts

Rate limit Tier 2 (100 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

Request Body

Required

application/json

  • application/jsonobject
    Show application/json properties
    • idstring
      Required

      The item's unique identifier.

Responses

201

application/json

Created response.

An item.

  • application/jsonobject

    An item.

    Show application/json properties
    • idstring
      Required

      The item's unique identifier.

    • metaobject
      Required

      Item metadata and computed fields.

      Show meta properties
      • tagsarray of objects
        Required

        An array of tags that the item is part of.

        Show tags properties
        • idstring
          Required

          The ID of the tag/collection.

        • namestring
          Required

          The name of the tag/collection.

      • actionsarray of strings
        Required

        The actions that the user can perform on the item.

      • collectionsarray of objects
        Required

        An array of collections that the item is part of.

        Show collections properties
        • idstring
          Required

          The ID of the tag/collection.

        • namestring
          Required

          The name of the tag/collection.

      • isFavoritedboolean
        Required

        The flag that indicates if item is in the user's favorites collection.

    • namestring
      Required
    • linksobject
      Required
      Show links properties
      • openobject
        Show open properties
        • hrefstring
      • selfobject
        Show self properties
        • hrefstring
      • thumbnailobject
        Show thumbnail properties
        • hrefstring
      • collectionsobject
        Show collections properties
        • hrefstring
    • actionsarray of strings
      Required

      The actions that the user can perform on the item.

    • ownerIdstring

      The ID of the user who owns the item.

    • spaceIdstring

      The space's unique identifier.

    • tenantIdstring
      Required

      The ID of the tenant that owns the item. This is populated using the JWT.

    • createdAtstring
      Required

      The RFC3339 datetime when the item was created.

    • creatorIdstring

      The ID of the user who created the item. This is only populated if the JWT contains a userId.

    • itemViewsobject
      Show itemViews properties
      • weekarray of objects
        Show week properties
        • startstring

          The RFC3339 datetime representing the start of the referenced week.

        • totalinteger

          Total number of views the resource got during the referenced week.

        • uniqueinteger

          Number of unique users who viewed the resource during the referenced week.

      • totalinteger

        Total number of views the resource got during the last 28 days.

      • trendnumber

        Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

      • uniqueinteger

        Number of unique users who viewed the resource during the last 28 days.

      • usedByinteger

        Number of apps this dataset is used in (datasets only).

    • updatedAtstring
      Required

      The RFC3339 datetime when the item was last updated.

    • updaterIdstring

      ID of the user who last updated the item. This is only populated if the JWT contains a userId.

    • resourceIdstring

      The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

    • descriptionstring
    • isFavoritedboolean
      Required

      The flag that indicates if item is in the user's favorites collection.

    • thumbnailIdstring

      The item thumbnail's unique identifier. This is optional for internal resources.

    • resourceLinkstring

      The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

    • resourceSizeobject
      Show resourceSize properties
      • appFilenumber

        Size of the app on disk in bytes.

      • appMemorynumber

        Size of the app in memory in bytes.

    • resourceTypestring
      Required

      The case-sensitive string defining the item's type.

      Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

    • collectionIdsarray of strings
      Required

      The ID of the collections that the item has been added to.

    • resourceSubTypestring

      Optional field defining the item's subtype, if any.

    • resourceCreatedAtstring
      Required

      The RFC3339 datetime when the resource that the item references was created.

    • resourceUpdatedAtstring
      Required

      The RFC3339 datetime when the resource that the item references was last updated.

    • resourceAttributesobject
      Required
    • resourceReloadStatusstring

      If the resource last reload was successful or not.

    • resourceReloadEndTimestring

      The RFC3339 datetime when the resource last reload ended.

    • resourceCustomAttributesobject
      Required

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

403

application/json

Forbidden response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

409

application/json

Conflict response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

POST /v1/collections/{collectionId}/items
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}/items" \
-X POST \
-H "Content-type: application/json" \
-H "Authorization: Bearer <access_token>" \
-d '{"id":"string"}'
const https = require('https')
  const data = JSON.stringify({"id":"string"})
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}/items',
    'method': 'POST',
    'headers': {
      'Content-type': 'application/json',
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  req.write(data)
  
qlik collection item create \
--collectionId="string" \
--id="string"

Request

{
  "id": "string"
}

Response

{
  "id": "string",
  "meta": {
    "tags": [
      {
        "id": "string",
        "name": "string"
      }
    ],
    "actions": [
      "string"
    ],
    "collections": [
      {
        "id": "string",
        "name": "string"
      }
    ],
    "isFavorited": true
  },
  "name": "string",
  "links": {
    "open": {
      "href": "string"
    },
    "self": {
      "href": "string"
    },
    "thumbnail": {
      "href": "string"
    },
    "collections": {
      "href": "string"
    }
  },
  "actions": [
    "string"
  ],
  "ownerId": "string",
  "spaceId": "string",
  "tenantId": "string",
  "createdAt": "2018-10-30T07:06:22Z",
  "creatorId": "string",
  "itemViews": {
    "week": [
      {
        "start": "2018-10-30T07:06:22Z",
        "total": 42,
        "unique": 42
      }
    ],
    "total": 42,
    "trend": -4.2,
    "unique": 42,
    "usedBy": 42
  },
  "updatedAt": "2018-10-30T07:06:22Z",
  "updaterId": "string",
  "resourceId": "string",
  "description": "string",
  "isFavorited": true,
  "thumbnailId": "string",
  "resourceLink": "string",
  "resourceSize": {
    "appFile": 42,
    "appMemory": 42
  },
  "resourceType": "app",
  "collectionIds": [
    "string"
  ],
  "resourceSubType": "string",
  "resourceCreatedAt": "2018-10-30T07:06:22Z",
  "resourceUpdatedAt": "2018-10-30T07:06:22Z",
  "resourceAttributes": {},
  "resourceReloadStatus": "string",
  "resourceReloadEndTime": "2018-10-30T07:06:22Z",
  "resourceCustomAttributes": {}
}

Get an item

Finds and returns an item in a specific collection. See GET /items/{id}.

Facts

Rate limit Tier 1 (1000 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

  • itemIdstring
    Required

    The item's unique identifier.

Responses

200

application/json

OK response.

An item.

  • application/jsonobject

    An item.

    Show application/json properties
    • idstring
      Required

      The item's unique identifier.

    • metaobject
      Required

      Item metadata and computed fields.

      Show meta properties
      • tagsarray of objects
        Required

        An array of tags that the item is part of.

        Show tags properties
        • idstring
          Required

          The ID of the tag/collection.

        • namestring
          Required

          The name of the tag/collection.

      • actionsarray of strings
        Required

        The actions that the user can perform on the item.

      • collectionsarray of objects
        Required

        An array of collections that the item is part of.

        Show collections properties
        • idstring
          Required

          The ID of the tag/collection.

        • namestring
          Required

          The name of the tag/collection.

      • isFavoritedboolean
        Required

        The flag that indicates if item is in the user's favorites collection.

    • namestring
      Required
    • linksobject
      Required
      Show links properties
      • openobject
        Show open properties
        • hrefstring
      • selfobject
        Show self properties
        • hrefstring
      • thumbnailobject
        Show thumbnail properties
        • hrefstring
      • collectionsobject
        Show collections properties
        • hrefstring
    • actionsarray of strings
      Required

      The actions that the user can perform on the item.

    • ownerIdstring

      The ID of the user who owns the item.

    • spaceIdstring

      The space's unique identifier.

    • tenantIdstring
      Required

      The ID of the tenant that owns the item. This is populated using the JWT.

    • createdAtstring
      Required

      The RFC3339 datetime when the item was created.

    • creatorIdstring

      The ID of the user who created the item. This is only populated if the JWT contains a userId.

    • itemViewsobject
      Show itemViews properties
      • weekarray of objects
        Show week properties
        • startstring

          The RFC3339 datetime representing the start of the referenced week.

        • totalinteger

          Total number of views the resource got during the referenced week.

        • uniqueinteger

          Number of unique users who viewed the resource during the referenced week.

      • totalinteger

        Total number of views the resource got during the last 28 days.

      • trendnumber

        Trend in views over the last 4 weeks. The trend value is a float number representing a linear regression slope (the x-coefficient) calculated from the weekly unique users views in the preceding 4 weeks.

      • uniqueinteger

        Number of unique users who viewed the resource during the last 28 days.

      • usedByinteger

        Number of apps this dataset is used in (datasets only).

    • updatedAtstring
      Required

      The RFC3339 datetime when the item was last updated.

    • updaterIdstring

      ID of the user who last updated the item. This is only populated if the JWT contains a userId.

    • resourceIdstring

      The case-sensitive string used to search for an item by resourceId. If resourceId is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

    • descriptionstring
    • isFavoritedboolean
      Required

      The flag that indicates if item is in the user's favorites collection.

    • thumbnailIdstring

      The item thumbnail's unique identifier. This is optional for internal resources.

    • resourceLinkstring

      The case-sensitive string used to search for an item by resourceLink. If resourceLink is provided, then resourceType must be provided. Provide either the resourceId or resourceLink, but not both.

    • resourceSizeobject
      Show resourceSize properties
      • appFilenumber

        Size of the app on disk in bytes.

      • appMemorynumber

        Size of the app in memory in bytes.

    • resourceTypestring
      Required

      The case-sensitive string defining the item's type.

      Can be one of: "app""collection""qlikview""insight""qvapp""genericlink""sharingservicetask""note""dataasset""dataset""automation""automl-experiment""automl-deployment"

    • collectionIdsarray of strings
      Required

      The ID of the collections that the item has been added to.

    • resourceSubTypestring

      Optional field defining the item's subtype, if any.

    • resourceCreatedAtstring
      Required

      The RFC3339 datetime when the resource that the item references was created.

    • resourceUpdatedAtstring
      Required

      The RFC3339 datetime when the resource that the item references was last updated.

    • resourceAttributesobject
      Required
    • resourceReloadStatusstring

      If the resource last reload was successful or not.

    • resourceReloadEndTimestring

      The RFC3339 datetime when the resource last reload ended.

    • resourceCustomAttributesobject
      Required

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

GET /v1/collections/{collectionId}/items/{itemId}
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}/items/{itemId}" \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}/items/{itemId}',
    'method': 'GET',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection item get <itemId> \
--collectionId="string"

Response

{
  "id": "string",
  "meta": {
    "tags": [
      {
        "id": "string",
        "name": "string"
      }
    ],
    "actions": [
      "string"
    ],
    "collections": [
      {
        "id": "string",
        "name": "string"
      }
    ],
    "isFavorited": true
  },
  "name": "string",
  "links": {
    "open": {
      "href": "string"
    },
    "self": {
      "href": "string"
    },
    "thumbnail": {
      "href": "string"
    },
    "collections": {
      "href": "string"
    }
  },
  "actions": [
    "string"
  ],
  "ownerId": "string",
  "spaceId": "string",
  "tenantId": "string",
  "createdAt": "2018-10-30T07:06:22Z",
  "creatorId": "string",
  "itemViews": {
    "week": [
      {
        "start": "2018-10-30T07:06:22Z",
        "total": 42,
        "unique": 42
      }
    ],
    "total": 42,
    "trend": -4.2,
    "unique": 42,
    "usedBy": 42
  },
  "updatedAt": "2018-10-30T07:06:22Z",
  "updaterId": "string",
  "resourceId": "string",
  "description": "string",
  "isFavorited": true,
  "thumbnailId": "string",
  "resourceLink": "string",
  "resourceSize": {
    "appFile": 42,
    "appMemory": 42
  },
  "resourceType": "app",
  "collectionIds": [
    "string"
  ],
  "resourceSubType": "string",
  "resourceCreatedAt": "2018-10-30T07:06:22Z",
  "resourceUpdatedAt": "2018-10-30T07:06:22Z",
  "resourceAttributes": {},
  "resourceReloadStatus": "string",
  "resourceReloadEndTime": "2018-10-30T07:06:22Z",
  "resourceCustomAttributes": {}
}

Remove an item

Removes an item from a collection.

Facts

Rate limit Tier 2 (100 requests per minute)
Categories manage

Path Parameters

  • collectionIdstring
    Required

    The collection's unique identifier.

  • itemIdstring
    Required

    The item's unique identifier.

Responses

204

No Content response.

400

application/json

Bad Request response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

DELETE /v1/collections/{collectionId}/items/{itemId}
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/{collectionId}/items/{itemId}" \
-X DELETE \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/{collectionId}/items/{itemId}',
    'method': 'DELETE',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection item rm <itemId> \
--collectionId="string"

Get user's favorites collection

Lists the user's favorites collection.

Facts

Rate limit Tier 1 (1000 requests per minute)
Categories manage

Responses

302

application/json

Found response.

  • application/jsonobject

401

application/json

Unauthorized response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

404

application/json

Not Found response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

500

application/json

Internal Server Error response.

  • application/jsonobject
    Show application/json properties
    • errorsarray of objects
      Show errors properties
      • codestring

        Code is a unique identifier for this error class.

      • metaobject
        Show meta properties
        • faultboolean

          Is the error a server-side fault?

        • explainobject

          Further explanation of the error

        • timeoutboolean

          Is the error a timeout?

        • temporaryboolean

          Is the error temporary?

      • titlestring

        Title is the name of this class of errors.

      • detailstring

        Detail is a human-readable explanation specific to this occurrence of the problem.

GET /v1/collections/favorites
curl "https://your-tenant.us.qlikcloud.com/api/v1/collections/favorites" \
-H "Authorization: Bearer <access_token>"
const https = require('https')
  const data = JSON.stringify("")
  const options =   {
    'hostname': 'https://your-tenant.us.qlikcloud.com',
    'port': 443,
    'path': '/api/v1/collections/favorites',
    'method': 'GET',
    'headers': {
      'Authorization': 'Bearer <access_token>'
    }
  }
  const req = https.request(options)
  
qlik collection favorites