-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCase__c.json
100 lines (100 loc) · 2.46 KB
/
Case__c.json
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
90
91
92
93
94
95
96
97
98
99
100
{
"records": [
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef1"
},
"Count__c": 5,
"Date__c": "2020-03-10"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef2"
},
"Count__c": 15,
"Date__c": "2020-03-12"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef3"
},
"Count__c": 24,
"Date__c": "2020-03-14"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef4"
},
"Count__c": 0,
"Date__c": "2020-03-08"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef5"
},
"Count__c": 4,
"Date__c": "2020-03-09"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef6"
},
"Count__c": 17,
"Date__c": "2020-03-11"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef7"
},
"Count__c": 6,
"Date__c": "2020-03-06"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef8"
},
"Count__c": 28,
"Date__c": "2020-03-13"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef9"
},
"Count__c": 29,
"Date__c": "2020-03-16"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef10"
},
"Count__c": 0,
"Date__c": "2020-03-07"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef11"
},
"Count__c": 30,
"Date__c": "2020-03-15"
},
{
"attributes": {
"type": "Case__c",
"referenceId": "Case__cRef12"
},
"Count__c": 2,
"Date__c": "2020-03-05"
}
]
}