-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Expand file tree
/
Copy pathInteractionsListByHub.json
More file actions
89 lines (89 loc) · 2.46 KB
/
InteractionsListByHub.json
File metadata and controls
89 lines (89 loc) · 2.46 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
81
82
83
84
85
86
87
88
89
{
"parameters": {
"hubName": "sdkTestHub",
"resourceGroupName": "TestHubRG",
"api-version": "2016-01-01",
"subscriptionId": "subid"
},
"responses": {
"200": {
"body": {
"value": [{
"id": "/subscriptions/c909e979-ef71-4def-a970-bc7c154db8c5/resourceGroups/TestHubRG/providers/Microsoft.CustomerInsights/hubs/azSdkTestHub/interactions/TestInteractionType6358",
"name": "azSdkTestHub/TestInteractionType6358",
"properties": {
"idPropertyNames": ["TestInteractionType6358"],
"primaryParticipantProfilePropertyName": "profile1",
"apiEntitySetName": "TestInteractionType6358",
"entityType": "Interaction",
"fields": [{
"fieldName": "TestInteractionType6358",
"fieldType": "Edm.String",
"isArray": false,
"isEnum": false,
"isFlagEnum": false,
"isImage": false,
"isLocalizedString": false,
"isName": false,
"isRequired": true,
"propertyId": "id1",
"dataSourcePrecedenceRules": []
},
{
"fieldName": "profile1",
"fieldType": "Edm.String",
"isArray": false,
"isEnum": false,
"isFlagEnum": false,
"isImage": false,
"isLocalizedString": false,
"isName": false,
"isRequired": true,
"propertyId": "id1",
"dataSourcePrecedenceRules": [
{
"dataSource": {
"datasourcereferenceid": "70",
"datasourcetype": "Connector",
"name": "crm2",
"status": "Active",
"id": 1
},
"precedence": 50
}
],
}],
"instancesCount": 0,
"provisioningState": "Provisioning",
"tenantId": "azsdktesthub",
"typeName": "TestInteractionType6358",
"largeImage": "\\\\Images\\\\LargeImage",
"mediumImage": "\\\\Images\\\\MediumImage",
"smallImage": "\\\\Images\\\\smallImage",
"defaultDataSource": {
"datasourcereferenceid": "DefaultDataSourceReferenceId",
"datasourcetype": "SystemDefault",
"name": "DefaultDataSource",
"status": "None",
"id": -1
},
"dataSourcePrecedenceRules": [
{
"dataSource": {
"datasourcereferenceid": "70",
"datasourcetype": "Connector",
"name": "crm2",
"status": "Active",
"id": 1
},
"precedence": 50
}
],
"isActivity": true
},
"type": "Microsoft.CustomerInsights/hubs/interactions"
}]
}
}
}
}