Qlik Sense Enterprise · Capability

Qlik Sense Enterprise Qlik Sense ODAG Service API — Links

Qlik Sense Enterprise Qlik Sense ODAG Service API — Links. 5 operations. Lead operation: Qlik Sense Enterprise List navigation links. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.

Run with Naftiko Qlik Sense EnterpriseLinks

What You Can Do

GET
Getodaglinks — Qlik Sense Enterprise List navigation links
/v1/links
POST
Createodaglink — Qlik Sense Enterprise Create navigation link
/v1/links
GET
Getodaglink — Qlik Sense Enterprise Get navigation link by ID
/v1/links/{linkid}
PUT
Updateodaglink — Qlik Sense Enterprise Update navigation link
/v1/links/{linkid}
DELETE
Deleteodaglink — Qlik Sense Enterprise Delete navigation link
/v1/links/{linkid}

MCP Tools

qlik-sense-enterprise-list-navigation

Qlik Sense Enterprise List navigation links

read-only idempotent
qlik-sense-enterprise-create-navigation

Qlik Sense Enterprise Create navigation link

qlik-sense-enterprise-get-navigation

Qlik Sense Enterprise Get navigation link by ID

read-only idempotent
qlik-sense-enterprise-update-navigation

Qlik Sense Enterprise Update navigation link

idempotent
qlik-sense-enterprise-delete-navigation

Qlik Sense Enterprise Delete navigation link

idempotent

Capability Spec

odag-service-links.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Qlik Sense Enterprise Qlik Sense ODAG Service API — Links
  description: 'Qlik Sense Enterprise Qlik Sense ODAG Service API — Links. 5 operations. Lead operation: Qlik Sense Enterprise
    List navigation links. Self-contained Naftiko capability covering one Qlik Sense Enterprise business surface.'
  tags:
  - Qlik Sense Enterprise
  - Links
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    QLIK_SENSE_ENTERPRISE_API_KEY: QLIK_SENSE_ENTERPRISE_API_KEY
capability:
  consumes:
  - type: http
    namespace: odag-service-links
    baseUri: https://{server}/api/odag/v1
    description: Qlik Sense Enterprise Qlik Sense ODAG Service API — Links business capability. Self-contained, no shared
      references.
    resources:
    - name: links
      path: /links
      operations:
      - name: getodaglinks
        method: GET
        description: Qlik Sense Enterprise List navigation links
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createodaglink
        method: POST
        description: Qlik Sense Enterprise Create navigation link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: links-linkId
      path: /links/{linkId}
      operations:
      - name: getodaglink
        method: GET
        description: Qlik Sense Enterprise Get navigation link by ID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateodaglink
        method: PUT
        description: Qlik Sense Enterprise Update navigation link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteodaglink
        method: DELETE
        description: Qlik Sense Enterprise Delete navigation link
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: X-Qlik-Xrfkey
      value: '{{env.QLIK_SENSE_ENTERPRISE_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: odag-service-links-rest
    port: 8080
    description: REST adapter for Qlik Sense Enterprise Qlik Sense ODAG Service API — Links. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/links
      name: links
      description: REST surface for links.
      operations:
      - method: GET
        name: getodaglinks
        description: Qlik Sense Enterprise List navigation links
        call: odag-service-links.getodaglinks
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createodaglink
        description: Qlik Sense Enterprise Create navigation link
        call: odag-service-links.createodaglink
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/links/{linkid}
      name: links-linkid
      description: REST surface for links-linkId.
      operations:
      - method: GET
        name: getodaglink
        description: Qlik Sense Enterprise Get navigation link by ID
        call: odag-service-links.getodaglink
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateodaglink
        description: Qlik Sense Enterprise Update navigation link
        call: odag-service-links.updateodaglink
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteodaglink
        description: Qlik Sense Enterprise Delete navigation link
        call: odag-service-links.deleteodaglink
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: odag-service-links-mcp
    port: 9090
    transport: http
    description: MCP adapter for Qlik Sense Enterprise Qlik Sense ODAG Service API — Links. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: qlik-sense-enterprise-list-navigation
      description: Qlik Sense Enterprise List navigation links
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: odag-service-links.getodaglinks
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-create-navigation
      description: Qlik Sense Enterprise Create navigation link
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: odag-service-links.createodaglink
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-get-navigation
      description: Qlik Sense Enterprise Get navigation link by ID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: odag-service-links.getodaglink
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-update-navigation
      description: Qlik Sense Enterprise Update navigation link
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: odag-service-links.updateodaglink
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: qlik-sense-enterprise-delete-navigation
      description: Qlik Sense Enterprise Delete navigation link
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: odag-service-links.deleteodaglink
      outputParameters:
      - type: object
        mapping: $.