Cvent · Capability

Cvent REST APIs — Compliance

Cvent REST APIs — Compliance. 4 operations. Lead operation: Get Communication Config. Self-contained Naftiko capability covering one business surface.

Cvent REST APIs — Compliance is a Naftiko capability published by Cvent, one of 52 capabilities the APIs.io network indexes for this provider. It bundles 4 operations across the GET, PUT, and POST methods rooted at /v1/logs/communications.

The capability includes 2 read-only operations and 2 state-changing operations. Lead operation: Get Communication Config. Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Tagged areas include Cvent and Compliance.

Run with Naftiko CventCompliance

What You Can Do

GET
Getconfiguration — Get Communication Config
/v1/logs/communications/configuration
PUT
Updateconfiguration — Update Communication Config
/v1/logs/communications/configuration
GET
Getcommunicationlogmessages — List Communication
/v1/logs/communications/messages
POST
Filtercommunicationlogmessages — List Communication
/v1/logs/communications/messages/filter

MCP Tools

cvent-getconfiguration

Get Communication Config

read-only idempotent
cvent-updateconfiguration

Update Communication Config

idempotent
cvent-getcommunicationlogmessages

List Communication

read-only idempotent
cvent-filtercommunicationlogmessages

List Communication

Capability Spec

rest-compliance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Cvent REST APIs — Compliance
  description: 'Cvent REST APIs — Compliance. 4 operations. Lead operation: Get Communication Config. Self-contained Naftiko capability covering one business surface.'
  tags:
  - Cvent
  - Compliance
  created: '2026-05-20'
  modified: '2026-05-20'
binds:
- namespace: env
  keys:
    CVENT_API_KEY: CVENT_API_KEY
capability:
  consumes:
  - type: http
    namespace: rest-compliance
    baseUri: https://api-platform.cvent.com/ea
    description: Cvent REST APIs — Compliance business capability. Self-contained, no shared references.
    resources:
    - name: logs-communications-configuration
      path: /logs/communications/configuration
      operations:
      - name: getconfiguration
        method: GET
        description: Get Communication Config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters: []
      - name: updateconfiguration
        method: PUT
        description: Update Communication Config
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: logs-communications-messages
      path: /logs/communications/messages
      operations:
      - name: getcommunicationlogmessages
        method: GET
        description: List Communication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: filter
          in: query
          type: string
          description: 'A filter query string narrows search results results and supports the combination of logical and comparison operators.

            The filter adheres to the pattern filter=''field'' comparisonType ''value''.


            There i'
    - name: logs-communications-messages-filter
      path: /logs/communications/messages/filter
      operations:
      - name: filtercommunicationlogmessages
        method: POST
        description: List Communication
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: false
  exposes:
  - type: rest
    namespace: rest-compliance-rest
    port: 8080
    description: REST adapter for Cvent REST APIs — Compliance. One resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/logs/communications/configuration
      name: logs-communications-configuration
      description: REST surface for logs-communications-configuration.
      operations:
      - method: GET
        name: getconfiguration
        description: Get Communication Config
        call: rest-compliance.getconfiguration
        with: {}
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconfiguration
        description: Update Communication Config
        call: rest-compliance.updateconfiguration
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/logs/communications/messages
      name: logs-communications-messages
      description: REST surface for logs-communications-messages.
      operations:
      - method: GET
        name: getcommunicationlogmessages
        description: List Communication
        call: rest-compliance.getcommunicationlogmessages
        with:
          filter: rest.filter
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/logs/communications/messages/filter
      name: logs-communications-messages-filter
      description: REST surface for logs-communications-messages-filter.
      operations:
      - method: POST
        name: filtercommunicationlogmessages
        description: List Communication
        call: rest-compliance.filtercommunicationlogmessages
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: rest-compliance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Cvent REST APIs — Compliance. One tool per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: cvent-getconfiguration
      description: Get Communication Config
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-compliance.getconfiguration
      with: {}
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-updateconfiguration
      description: Update Communication Config
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: rest-compliance.updateconfiguration
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-getcommunicationlogmessages
      description: List Communication
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: rest-compliance.getcommunicationlogmessages
      with:
        filter: tools.filter
      outputParameters:
      - type: object
        mapping: $.
    - name: cvent-filtercommunicationlogmessages
      description: List Communication
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: rest-compliance.filtercommunicationlogmessages
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.