v1

latestOpenAPI 3.0.02026-08-0491343.5 KB
licenses

Retrieves assignments for the current tenant

get/api/v1/licenses/assignments

Query parameters

filterstring

The filter for finding entries.

limitinteger

The preferred number of entries to return.

orphansboolean

Only return assignments which are 'orphans' in the current tenant.

pagestring

The requested page.

sortstring

The field to sort on; can be prefixed with +/- for ascending/descending sort order.

Headers

authorizationstring bearer

Authentication token

Response

List of assignments.

Example response

{
  "data": [
    {
      "type": "analyzer",
      "excess": false,
      "created": "2020-12-03T09:24:48.114Z",
      "subject": "qlik\\kalle"
    },
    {
      "type": false,
      "created": "2020-12-03T09:24:48.114Z",
      "subject": "qlik\\nalle"
    }
  ],
  "links": {
    "next": {
      "href": "http://license/v1/licenses/assignments?limit=4&page=bmV4dDpGZ0FBQUFkZmFXUUFYOHBUcTlpM1U4UU1YWHZrQUE%3D"
    },
    "prev": {
      "href": "http://license/v1/licenses/assignments?limit=4&page=cHJldjpGZ0FBQUFkZmFXUUFYOHBUcTlpM1U4UU1YWHZ0QUE%3D"
    }
  }
}
All 9 operations