Cvent · Capability

Cvent REST APIs — Process Form

Cvent REST APIs — Process Form. 1 operations. Lead operation: List Process Form Submissions. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — Process Form is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 1 operation across the GET method rooted at /v1/process-forms/submissions.

The capability includes 1 read-only operation. Lead operation: List Process Form Submissions. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and Process Form.

Run with Naftiko CventProcess Form

What You Can Do

GET
Listprocessformsubmission — List Process Form Submissions
/v1/process-forms/submissions

MCP Tools

cvent-listprocessformsubmission

List Process Form Submissions

read-only idempotent

Capability Spec

rest-process-form.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — Process Form
  description: 'Cvent REST APIs — Process Form. 1 operations. Lead operation: List Process Form Submissions. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - Process Form
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-process-form
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — Process Form business capability. Self-contained, no shared references.
    resources:
    - name: process-forms-submissions
      path: /process-forms/submissions
      operations:
      - name: listprocessformsubmission
        method: GET
        description: List Process Form Submissions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'A filter query string narrows search results and supports the combination of logical and comparison operators. The filter adheres to the pattern filter=''field'' comparisonType ''value''.

            This is the comp'
  exposes:
  - type: rest
    namespace: rest-process-form-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — Process Form. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/process-forms/submissions
      name: process-forms-submissions
      description: REST surface for process-forms-submissions.
      operations:
      - method: GET
        name: listprocessformsubmission
        description: List Process Form Submissions
        call: rest-process-form.listprocessformsubmission
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-process-form-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — Process Form. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-listprocessformsubmission
      description: List Process Form Submissions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-process-form.listprocessformsubmission
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.