Dataset: Connection Variables
Dataset name:
ds_connection_variables
Description
Connection Variable data.
Fields in this dataset
Name | Field Name | Description | Field Type | Field Example |
---|---|---|---|---|
Variable Name |
var_name
|
Variable Name. | varchar | Test |
Variable Value |
var_value
|
Variable Name. | blob | {"var": "test"} |
Making an API request for this Dataset
Example Request to the Sandbox Server
http://sbx-api.mydex.org/api/pds/transaction/UID.json ?key=KEY &api_key=API_KEY &con_id=CON_ID &source_type=connection &dataset=ds_connection_variables &instance=N
Replace the following with your own details: UID
KEY
, API_KEY
, CON_ID
and instance N
.
Replace sbx-api
with api
when making a connection to a real member on the production server (must be authenticated).
To return the data in XML, change UID.json
to UID.xml
.
Example Response
A response to this API request will be structured as follows.
{ "null": { "id": "null", "ds_id": "null", "var_name": "Test", "var_value": "{\"var\": \"test\"}" } }