UNPKG

@itentialopensource/adapter-sevone_v2

Version:

This adapter integrates with system described as: SevOne v2 api.

209 lines 6.32 kB
{ "actions": [ { "name": "getTelephonyAttachment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{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/getTelephonyAttachment-default.json" } ] }, { "name": "getTelephonyAttachmentAggregation", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/aggregation?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTelephonyAttachmentAggregation-default.json" } ] }, { "name": "updateTelephonyAttachmentAggregation", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/aggregation?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTelephonyAttachmentAggregation-default.json" } ] }, { "name": "getTelephonyAttachmentSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTelephonyAttachmentSettings-default.json" } ] }, { "name": "updateTelephonyAttachmentSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTelephonyAttachmentSettings-default.json" } ] }, { "name": "getTelephonyAttachmentTimeSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/time?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTelephonyAttachmentTimeSettings-default.json" } ] }, { "name": "updateTelephonyAttachmentTimeSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/time?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTelephonyAttachmentTimeSettings-default.json" } ] }, { "name": "getTelephonyAttachmentVisualizationSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTelephonyAttachmentVisualizationSettings-default.json" } ] }, { "name": "updateTelephonyAttachmentVisualizationSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/telephony/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTelephonyAttachmentVisualizationSettings-default.json" } ] }, { "name": "createTelephonyAttachment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reports/{pathv1}/attachments/telephony?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createTelephonyAttachment-default.json" } ] } ] }