Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
235af0f
Egoi connector (#625)
fbobiano Jan 6, 2021
1b78179
Expensya Rebranding: Change iconBrandColor (#635)
11yusuf Jan 6, 2021
f6c8f73
Adds support for rich media (#637)
ridlees Jan 6, 2021
d757c89
Tyntec/wa text messages (#636)
ridlees Jan 6, 2021
f5cad2e
fix bugs (#634)
masuyama-hammock Jan 6, 2021
8c491ec
Bug fixes and updates to description (#633)
eriklg Jan 6, 2021
1222e8d
Formstack Documents iconBrandColor change (#639)
bbillstrFS Jan 7, 2021
06d5822
Egoi connector (#640)
fbobiano Jan 8, 2021
bd8059f
Kindly review the Xbridger artifacts in the custom connector (#629)
xbridger Jan 9, 2021
4036876
Updated apiDefinition.swagger.json description field (#643)
xbridger Jan 12, 2021
3150340
Initial checking for Customer Sales connector
amancdk Jan 12, 2021
3486ff9
Adding readme
amancdk Jan 12, 2021
2024d2a
Initial commit for sales opportunities
amancdk Jan 13, 2021
39b08a5
Updated Response Objects and added References. (#653)
RjImpx Jan 13, 2021
88c291b
TPC Portal - Updated Operation Status (#657)
Jan 14, 2021
11c37db
RiskIQ Digital Footprint initial commit for certification (#641)
nriyani-crest Jan 14, 2021
a712a13
Add a new action "Update Microsoft 365 setting" (#645)
sear-lin-avepoint Jan 14, 2021
bfcc164
Update Africa's Talking SMS and Airtime. (#647)
crispinkoech Jan 14, 2021
6afb118
Entersoft connector for Microsoft Power Apps for the Entersoft Busine…
entersoftsa Jan 15, 2021
50bb865
Add Huddo Boards Connector (#654)
NickyTope Jan 15, 2021
d5fb841
Added Lettria GDPR Compliance connector (#658)
viktor-lt Jan 15, 2021
d334902
Formstack Forms v1 (#642)
bbillstrFS Jan 15, 2021
be622cc
made suggested changes
amancdk Jan 15, 2021
463fcc7
made suggested changes
amancdk Jan 15, 2021
c9efa52
Adding files (#650)
amancdk Jan 15, 2021
3b51ba9
Merge pull request #652 from amancdk/eleadCustomerSales
ccpauto Jan 15, 2021
e953397
Merge pull request #655 from amancdk/eleadSalesOpportunities
ccpauto Jan 15, 2021
3cacc10
Add dynamic analysis APIs, user-agent, bulk-post models (#659)
ivukovicRL Jan 21, 2021
e5f2f8d
Change default host value (#665)
tonyscofieldkim Jan 22, 2021
32c7ea9
Update apiDefinition.swagger.json (#664)
AravindanYnoox Jan 22, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -201,15 +201,12 @@
"x-ms-notification-content": {
"schema": {
"type": "object",
"properties": {
"requestId": {
"type": "string",
"description": "requestId"
},
"status": {
"type": "string",
"description": "status"
}
"properties": {}
},
"headers": {
"Content-Type": {
"description": "Content-Type",
"type": "string"
}
},
"description": "A new airtime delivery status notification"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -215,37 +215,11 @@
"x-ms-notification-content": {
"schema": {
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "id"
},
"status": {
"type": "string",
"description": "status"
},
"phoneNumber": {
"type": "string",
"description": "phoneNumber"
},
"networkCode": {
"type": "string",
"description": "networkCode"
},
"failureReason": {
"type": "string",
"description": "failureReason"
},
"retryCount": {
"type": "integer",
"format": "int32",
"description": "retryCount"
}
}
"properties": {}
},
"headers": {
"Content-type": {
"description": "Content-type",
"Content-Type": {
"description": "Content-Type",
"type": "string"
}
},
Expand Down Expand Up @@ -310,38 +284,15 @@
"x-ms-notification-content": {
"schema": {
"type": "object",
"properties": {
"date": {
"type": "string",
"description": "date"
},
"from": {
"type": "string",
"description": "from"
},
"id": {
"type": "string",
"description": "id"
},
"linkId": {
"type": "string",
"description": "linkId"
},
"text": {
"type": "string",
"description": "text"
},
"to": {
"type": "string",
"description": "to"
},
"networkCode": {
"type": "string",
"description": "networkCode"
}
}
"properties": {}
},
"description": "A new message in your inbox"
"description": "A new message in your inbox",
"headers": {
"Content-Type": {
"description": "Content-Type",
"type": "string"
}
}
},
"post": {
"responses": {
Expand Down Expand Up @@ -403,15 +354,12 @@
"description": "A bulk sms opt out notification",
"schema": {
"type": "object",
"properties": {
"senderId": {
"type": "string",
"description": "senderId"
},
"phoneNumber": {
"type": "string",
"description": "phoneNumber"
}
"properties": {}
},
"headers": {
"Content-Type": {
"description": "Content-Type",
"type": "string"
}
}
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
{
"swagger": "2.0",
"info": {
"title": "AvePoint Cloud Governance",
Expand Down Expand Up @@ -1343,6 +1343,135 @@
"x-ms-visibility": "internal"
}
},
"/flow/office365/actiontypes": {
"get": {
"tags": [
"Flow"
],
"summary": "Get office365 action types",
"description": "Get office365 action types.",
"operationId": "Flow_GetOffice365ActionTypes",
"produces": [
"text/plain",
"application/json"
],
"responses": {
"200": {
"description": "Success",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/StringModel"
}
}
},
"400": {
"description": "Bad request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal server error"
}
},
"x-ms-visibility": "internal"
}
},
"/flow/office365/settings": {
"put": {
"tags": [
"Flow"
],
"summary": "Update Microsoft 365 settings",
"description": "Update Microsoft 365 settings.",
"operationId": "Flow_UpdateOffice365Setting",
"consumes": [
"application/json"
],
"parameters": [
{
"in": "query",
"name": "actionType",
"required": true,
"type": "string",
"x-ms-dynamic-values": {
"operationId": "Flow_GetOffice365ActionTypes",
"value-path": "id",
"value-title": "name"
},
"x-ms-summary": "Action Type",
"description": "Specify an action type."
},
{
"in": "body",
"name": "body",
"required": true,
"schema": {
"type": "object",
"x-ms-dynamic-schema": {
"operationId": "Flow_GetUpdateOffice365SettingSchema",
"value-path": "schema",
"parameters": {
"actionType": {
"parameter": "actionType"
}
}
}
}
}
],
"responses": {
"200": {
"description": "Success"
},
"400": {
"description": "Bad request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal server error"
}
}
}
},
"/flow/office365/sharingdomainrestrictionmodes": {
"get": {
"tags": [
"Flow"
],
"summary": "Get sharing domain restriction modes",
"description": "Get sharing domain restriction modes.",
"operationId": "Flow_GetSharingDomainRestrictionModes",
"produces": [
"text/plain",
"application/json"
],
"responses": {
"200": {
"description": "Success",
"schema": {
"type": "array",
"items": {
"$ref": "#/definitions/StringModel"
}
}
},
"400": {
"description": "Bad request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal server error"
}
},
"x-ms-visibility": "internal"
}
},
"/flow/requests/{requestId}": {
"get": {
"tags": [
Expand Down Expand Up @@ -1771,6 +1900,51 @@
"x-ms-visibility": "internal"
}
},
"/flow/schema/updateoffice365": {
"get": {
"tags": [
"Flow"
],
"summary": "Get update office365 setting schema",
"description": "Get schema for update office365 setting.",
"operationId": "Flow_GetUpdateOffice365SettingSchema",
"produces": [
"text/plain",
"application/json"
],
"parameters": [
{
"in": "query",
"name": "actionType",
"required": true,
"type": "string",
"enum": [
"UpdateSiteExternalDomain"
],
"x-ms-summary": "Flow_TitleCase_Office365ActionType",
"description": "Flow_Office365ActionType_Des"
}
],
"responses": {
"200": {
"description": "Success",
"schema": {
"$ref": "#/definitions/FlowSchemaResponse"
}
},
"400": {
"description": "Bad request"
},
"401": {
"description": "Unauthorized"
},
"500": {
"description": "Internal server error"
}
},
"x-ms-visibility": "internal"
}
},
"/flow/schema/workspace": {
"get": {
"tags": [
Expand Down Expand Up @@ -2543,6 +2717,22 @@
}
}
},
"Office365FlowSetting": {
"required": [
"actionType"
],
"type": "object",
"properties": {
"actionType": {
"format": "int32",
"default": 0,
"type": "integer",
"x-ms-visibility": "internal",
"x-ms-summary": "Action Type",
"description": "Specify an action type."
}
}
},
"FlowRequest": {
"required": [
"serviceType"
Expand Down
Loading