-
Notifications
You must be signed in to change notification settings - Fork 0
API Library JSONRPC
Robert Polak edited this page Jul 23, 2019
·
16 revisions
Home / API Library / JSONRPC
API Library JSONRPC
The JSONRPC API library. JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. JSON RPC API following specifications at http://www.jsonrpc.org/specification. The API Library JSONRPC Methods list with Parameters, Return examples.
Configuration- Details
Configuration of JSONRPC variables at App.config.
<configuration>
<AppSettings>
<!-- JSONRPC - Success response (case sensitive) -->
<add key="API_JSONRPC_SUCCESS" value="success" />
<!-- JSONRPC - Windows Authentication [ANONYMOUS, WINDOWS, ANY] -->
<add key="API_JSONRPC_AUTHENTICATION_TYPE" value="WINDOWS" />
</AppSettings>
</configuration>Send - Details
The JSONRPC API library. JSON-RPC is a stateless, light-weight remote procedure call (RPC) protocol. JSON RPC API following specifications at http://www.jsonrpc.org/specification
Method: API.JSONRPC.Send
Parameters: template
| Name | Type | Default | Description |
|---|---|---|---|
template |
String | Properties.Resources.JSONRPC | default template |
Return: void