IXON · Capability

IXON API — AssetPageLinkGroupList

IXON API — AssetPageLinkGroupList. 4 operations. Lead operation: AssetPageLinkGroupList. Self-contained Naftiko capability covering one Ixon business surface.

Run with Naftiko IxonAssetPageLinkGroupList

What You Can Do

GET
Get — AssetPageLinkGroupList
/v1/assets/{assetid}/page-link-groups
POST
Post — AssetPageLinkGroupList
/v1/assets/{assetid}/page-link-groups
PATCH
Patch — AssetPageLinkGroupList
/v1/assets/{assetid}/page-link-groups
DELETE
Delete — AssetPageLinkGroupList
/v1/assets/{assetid}/page-link-groups

MCP Tools

assetpagelinkgrouplist

AssetPageLinkGroupList

read-only idempotent
assetpagelinkgrouplist-2

AssetPageLinkGroupList

assetpagelinkgrouplist-3

AssetPageLinkGroupList

idempotent
assetpagelinkgrouplist-4

AssetPageLinkGroupList

idempotent

Capability Spec

ixon-assetpagelinkgrouplist.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: IXON API — AssetPageLinkGroupList
  description: 'IXON API — AssetPageLinkGroupList. 4 operations. Lead operation: AssetPageLinkGroupList. Self-contained Naftiko
    capability covering one Ixon business surface.'
  tags:
  - Ixon
  - AssetPageLinkGroupList
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    IXON_API_KEY: IXON_API_KEY
capability:
  consumes:
  - type: http
    namespace: ixon-assetpagelinkgrouplist
    baseUri: https://portal.ixon.cloud:443/api
    description: IXON API — AssetPageLinkGroupList business capability. Self-contained, no shared references.
    resources:
    - name: assets-assetId-page-link-groups
      path: /assets/{assetId}/page-link-groups
      operations:
      - name: get
        method: GET
        description: AssetPageLinkGroupList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: assetId
          in: path
          type: string
          required: true
      - name: post
        method: POST
        description: AssetPageLinkGroupList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: assetId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: patch
        method: PATCH
        description: AssetPageLinkGroupList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: assetId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: delete
        method: DELETE
        description: AssetPageLinkGroupList
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: assetId
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.IXON_API_KEY}}'
  exposes:
  - type: rest
    namespace: ixon-assetpagelinkgrouplist-rest
    port: 8080
    description: REST adapter for IXON API — AssetPageLinkGroupList. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/assets/{assetid}/page-link-groups
      name: assets-assetid-page-link-groups
      description: REST surface for assets-assetId-page-link-groups.
      operations:
      - method: GET
        name: get
        description: AssetPageLinkGroupList
        call: ixon-assetpagelinkgrouplist.get
        with:
          assetId: rest.assetId
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: post
        description: AssetPageLinkGroupList
        call: ixon-assetpagelinkgrouplist.post
        with:
          assetId: rest.assetId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: patch
        description: AssetPageLinkGroupList
        call: ixon-assetpagelinkgrouplist.patch
        with:
          assetId: rest.assetId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: delete
        description: AssetPageLinkGroupList
        call: ixon-assetpagelinkgrouplist.delete
        with:
          assetId: rest.assetId
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: ixon-assetpagelinkgrouplist-mcp
    port: 9090
    transport: http
    description: MCP adapter for IXON API — AssetPageLinkGroupList. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: assetpagelinkgrouplist
      description: AssetPageLinkGroupList
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: ixon-assetpagelinkgrouplist.get
      with:
        assetId: tools.assetId
      outputParameters:
      - type: object
        mapping: $.
    - name: assetpagelinkgrouplist-2
      description: AssetPageLinkGroupList
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: ixon-assetpagelinkgrouplist.post
      with:
        assetId: tools.assetId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: assetpagelinkgrouplist-3
      description: AssetPageLinkGroupList
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: ixon-assetpagelinkgrouplist.patch
      with:
        assetId: tools.assetId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: assetpagelinkgrouplist-4
      description: AssetPageLinkGroupList
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: ixon-assetpagelinkgrouplist.delete
      with:
        assetId: tools.assetId
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.