IXON · Capability

IXON API — PageVersionList

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

Run with Naftiko IxonPageVersionList

What You Can Do

GET
Get — PageVersionList
/v1/page-versions
POST
Post — PageVersionList
/v1/page-versions
PATCH
Patch — PageVersionList
/v1/page-versions
DELETE
Delete — PageVersionList
/v1/page-versions

MCP Tools

pageversionlist

PageVersionList

read-only idempotent
pageversionlist-2

PageVersionList

pageversionlist-3

PageVersionList

idempotent
pageversionlist-4

PageVersionList

idempotent

Capability Spec

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