UNPKG

@itentialopensource/adapter-glds_customerexperiencegateway

Version:

This adapter integrates with system described as: GLDS Customer Experience Gateway.

172 lines 4.78 kB
{ "actions": [ { "name": "subscriberLookup", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/search?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/subscriberLookup-default.json" } ] }, { "name": "getSubscriber", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubscriber-default.json" } ] }, { "name": "getBalance", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}/balance?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getBalance-default.json" } ] }, { "name": "getSubBucketBalances", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}/buckets?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubBucketBalances-default.json" } ] }, { "name": "getSubscriberPackages", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}/packages?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubscriberPackages-default.json" } ] }, { "name": "getSIS", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}/packages/sis?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSIS-default.json" } ] }, { "name": "getSubscriberPackageSummary", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}/packages/summary?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getSubscriberPackageSummary-default.json" } ] }, { "name": "getLastSubscriberTransactions", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/subscriber/{pathv1}/transactions/last/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getLastSubscriberTransactions-default.json" } ] } ] }