AppyWay · Capability

AppyWay Platform API — RestrictionTypes

AppyWay Platform API — RestrictionTypes. 1 operations. Lead operation: AppyWay Fetch All Restriction Types. Self-contained Naftiko capability covering one Appyway business surface.

Run with Naftiko AppywayRestrictionTypes

What You Can Do

POST
Postfetchallrestrictiontypes — AppyWay Fetch All Restriction Types
/v1/fetchallrestrictiontypes

MCP Tools

appyway-fetch-all-restriction-types

AppyWay Fetch All Restriction Types

read-only

Capability Spec

platform-restrictiontypes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: AppyWay Platform API — RestrictionTypes
  description: 'AppyWay Platform API — RestrictionTypes. 1 operations. Lead operation: AppyWay Fetch All Restriction Types.
    Self-contained Naftiko capability covering one Appyway business surface.'
  tags:
  - Appyway
  - RestrictionTypes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    APPYWAY_API_KEY: APPYWAY_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-restrictiontypes
    baseUri: https://api.appyway.com/v1/reference
    description: AppyWay Platform API — RestrictionTypes business capability. Self-contained, no shared references.
    resources:
    - name: fetchAllRestrictionTypes
      path: /fetchAllRestrictionTypes
      operations:
      - name: postfetchallrestrictiontypes
        method: POST
        description: AppyWay Fetch All Restriction Types
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.APPYWAY_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-restrictiontypes-rest
    port: 8080
    description: REST adapter for AppyWay Platform API — RestrictionTypes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/fetchallrestrictiontypes
      name: fetchallrestrictiontypes
      description: REST surface for fetchAllRestrictionTypes.
      operations:
      - method: POST
        name: postfetchallrestrictiontypes
        description: AppyWay Fetch All Restriction Types
        call: platform-restrictiontypes.postfetchallrestrictiontypes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-restrictiontypes-mcp
    port: 9090
    transport: http
    description: MCP adapter for AppyWay Platform API — RestrictionTypes. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: appyway-fetch-all-restriction-types
      description: AppyWay Fetch All Restriction Types
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: platform-restrictiontypes.postfetchallrestrictiontypes
      outputParameters:
      - type: object
        mapping: $.