UNPKG

@itentialopensource/adapter-sevone_v2

Version:

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

147 lines 4.52 kB
{ "actions": [ { "name": "getObjectGroupAttachment", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/object-groups/{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/getObjectGroupAttachment-default.json" } ] }, { "name": "getObjectGroupAttachmentResources", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/object-groups/{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/getObjectGroupAttachmentResources-default.json" } ] }, { "name": "updateObjectGroupAttachmentResources", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/object-groups/{pathv1}/resources?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateObjectGroupAttachmentResources-default.json" } ] }, { "name": "getObjectGroupAttachmentVisualizationSettings", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/reports/attachments/object-groups/{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/getObjectGroupAttachmentVisualizationSettings-default.json" } ] }, { "name": "updateObjectGroupAttachmentVisualizationSettings", "protocol": "REST", "method": "PUT", "entitypath": "{base_path}/{version}/reports/attachments/object-groups/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/updateObjectGroupAttachmentVisualizationSettings-default.json" } ] }, { "name": "partiallyUpdateObjectGroupAttachmentVisualizationSettings", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/reports/attachments/object-groups/{pathv1}/visualizations?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/partiallyUpdateObjectGroupAttachmentVisualizationSettings-default.json" } ] }, { "name": "createObjectGroupAttachment", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/reports/{pathv1}/attachments/object-groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/createObjectGroupAttachment-default.json" } ] } ] }