UNPKG

@itentialopensource/adapter-sevone_v2

Version:

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

249 lines 7.43 kB
{ "actions": [ { "name": "getTopNAttachment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topn/{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/getTopNAttachment-default.json" } ] }, { "name": "getTopNAttachmentResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getTopNAttachmentResources-default.json" } ] }, { "name": "updateTopNAttachmentResources", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopNAttachmentResources-default.json" } ] }, { "name": "getTopNAttachmentSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topn/{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/getTopNAttachmentSettings-default.json" } ] }, { "name": "updateTopNAttachmentSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopNAttachmentSettings-default.json" } ] }, { "name": "partiallyUpdateTopNAttachmentSettings", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/settings?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/partiallyUpdateTopNAttachmentSettings-default.json" } ] }, { "name": "getTopNAttachmentTimeSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topn/{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/getTopNAttachmentTimeSettings-default.json" } ] }, { "name": "updateTopNAttachmentTimeSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/time?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopNAttachmentTimeSettings-default.json" } ] }, { "name": "getTopNAttachmentVisualizationSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/topn/{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/getTopNAttachmentVisualizationSettings-default.json" } ] }, { "name": "updateTopNAttachmentVisualizationSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateTopNAttachmentVisualizationSettings-default.json" } ] }, { "name": "partiallyUpdateTopNAttachmentVisualizationSettings", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/reports/attachments/topn/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/partiallyUpdateTopNAttachmentVisualizationSettings-default.json" } ] }, { "name": "createTopNAttachment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reports/{pathv1}/attachments/topn?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createTopNAttachment-default.json" } ] } ] }