@itentialopensource/adapter-slack
Version:
This adapter integrates with system Slack
88 lines • 2.34 kB
JSON
{
"actions": [
{
"name": "getTeamaccessLogs",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/team.accessLogs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getTeamaccessLogs-default.json"
}
]
},
{
"name": "getTeambillableInfo",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/team.billableInfo?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getTeambillableInfo-default.json"
}
]
},
{
"name": "getTeaminfo",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/team.info?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getTeaminfo-default.json"
}
]
},
{
"name": "getTeamintegrationLogs",
"protocol": "REST",
"method": "GET",
"entitypath": "{base_path}/{version}/team.integrationLogs?{query}",
"requestSchema": "schema.json",
"responseSchema": "schema.json",
"timeout": 0,
"sendEmpty": false,
"sendGetBody": false,
"requestDatatype": "JSON",
"responseDatatype": "JSON",
"headers": {},
"responseObjects": [
{
"type": "default",
"key": "",
"mockFile": "mockdatafiles/getTeamintegrationLogs-default.json"
}
]
}
]
}