Cattura CaptureCast HTTP API Documentation

plugins.callPluginService

Invoke a service provided by a plugin

Method URL

POST plugins/{plugin}/{service}

Requires Authorization

This method requires the following permissions: view

URL Parameters

Name Type Description
plugin string the ID of the plugin to invoke the service on
service string the name of the service to call

Post/Query Parameters

Name Type Description
args json arguments for the service, as a JSON string

Example

curl 'http://'

Test Method

Parameters

Name Type
plugin
service
args

Result