-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathManuel infos.json
More file actions
43 lines (43 loc) · 1.3 KB
/
Manuel infos.json
File metadata and controls
43 lines (43 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
{
"info": {
"description": "Finalcad One is a construction management platform designed to improve collaboration, track progress, and streamline field operations. With this connector, you can integrate Finalcad One with hundreds of other applications to simplify project tracking, automate repetitive tasks, and enhance overall efficiency.",
"title": "Finalcad One Connect",
"version": "1.0",
"termsOfService": "https://www.finalcad.com/legal",
"contact": {
"name": "Finalcad",
"url": "https://www.finalcad.com/contact",
"email": "support@finalcad.com"
}
},
"host": "developer.finalcad.cloud",
"basePath": "/api",
"x-ms-connector-metadata": [
{
"propertyName": "Website",
"propertyValue": "https://developer.finalcad.com/"
},
{
"propertyName": "Privacy policy",
"propertyValue": "https://www.finalcad.com/apps-privacy-policy"
},
{
"propertyName": "Categories",
"propertyValue": "Productivity"
}
],
"x-authentication": {
"api_key": {
"type": "securestring",
"uiDefinition": {
"displayName": "You ApiKey",
"tooltip": "Provide your FC1 ApiKey",
"constraints": {
"tabIndex": 2,
"clearText": false,
"required": "true"
}
}
}
}
}