-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDA4DynamoRevit.postman_environment.json
More file actions
80 lines (80 loc) · 1.37 KB
/
DA4DynamoRevit.postman_environment.json
File metadata and controls
80 lines (80 loc) · 1.37 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
{
"id": "dc75b1da-a4b6-4aa2-bf97-2ca4a609975e",
"name": "DA4DynamoRevit",
"values": [
{
"key": "baseUrl",
"value": "https://developer.api.autodesk.com",
"enabled": true
},
{
"key": "dasApiRoot",
"value": "{{baseUrl}}/da/us-east/v3",
"enabled": true
},
{
"key": "dasNickName",
"value": "d4rDATest",
"enabled": true
},
{
"key": "ossBucketKey",
"value": "dynamobucket",
"enabled": true
},
{
"key": "ossPythonDependenciesKey",
"value": "pythonDependencies.zip",
"enabled": true
},
{
"key": "ossOutputFileObjectKey",
"value": "",
"enabled": true
},
{
"key": "appBundleName",
"value": "DynamoDATest",
"type": "default",
"enabled": true
},
{
"key": "activityId",
"value": "DeleteWallsActivity",
"type": "default",
"enabled": true
},
{
"key": "WorkitemId",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "client_id",
"value": "",
"type": "default",
"enabled": true
},
{
"key": "client_secret",
"value": "",
"enabled": true
},
{
"key": "dasApiToken",
"value": "",
"type": "any",
"enabled": true
},
{
"key": "activity",
"value": "",
"type": "any",
"enabled": true
}
],
"_postman_variable_scope": "environment",
"_postman_exported_at": "2025-05-19T15:27:23.482Z",
"_postman_exported_using": "Postman/11.46.1"
}