UNPKG

@itentialopensource/adapter-sevone_v2

Version:

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

66 lines 1.74 kB
{ "actions": [ { "name": "getBackgroundTasks", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/background/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getBackgroundTasks-default.json" } ] }, { "name": "createBackgroundTask", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/background/?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createBackgroundTask-default.json" } ] }, { "name": "getBackgroundTask", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/background/{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/getBackgroundTask-default.json" } ] } ] }