UNPKG

@itentialopensource/adapter-zoom

Version:

This adapter integrates with system described as: zoom.

167 lines 4.33 kB
{ "actions": [ { "name": "getGroups", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getGroups-default.json" } ] }, { "name": "groupCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/groups?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/groupCreate-default.json" } ] }, { "name": "group", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/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/group-default.json" } ] }, { "name": "groupUpdate", "protocol": "REST", "method": "PATCH", "entitypath": "{base_path}/{version}/groups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "groupDelete", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/groups/{pathv1}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] }, { "name": "groupMembers", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/groups/{pathv1}/members?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/groupMembers-default.json" } ] }, { "name": "groupMembersCreate", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/groups/{pathv1}/members?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/groupMembersCreate-default.json" } ] }, { "name": "groupMembersDelete", "protocol": "REST", "method": "DELETE", "entitypath": "{base_path}/{version}/groups/{pathv1}/members/{pathv2}?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "" } ] } ] }