Get a List of Report Types

Return a list of analytics notifications using a GET request.

Use a GET request on the Report Type List resource to return a list of report types.

Example Usage 

/services/data/v39.0/analytics/reportTypes

Example Response Body 

1[ {
2  "label" : "Accounts & Contacts",
3  "reportTypes" : [ {
4    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountList",
5    "label" : "Accounts",
6    "type" : "AccountList"
7  }, {
8    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContactList",
9    "label" : "Contacts & Accounts",
10    "type" : "ContactList"
11  }, {
12    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountPartner",
13    "label" : "Accounts with Partners",
14    "type" : "AccountPartner"
15  }, {
16    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountTeam",
17    "label" : "Account with Account Teams",
18    "type" : "AccountTeam"
19  }, {
20    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountContactRole",
21    "label" : "Accounts with Contact Roles",
22    "type" : "AccountContactRole"
23  }, {
24    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountAsset",
25    "label" : "Accounts with Assets",
26    "type" : "AccountAsset"
27  }, {
28    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContactAsset",
29    "label" : "Contacts with Assets",
30    "type" : "ContactAsset"
31  }, {
32    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountAuditHistory",
33    "label" : "Account History",
34    "type" : "AccountAuditHistory"
35  }, {
36    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContactAuditHistory",
37    "label" : "Contact History",
38    "type" : "ContactAuditHistory"
39  } ]
40}, {
41  "label" : "Opportunities",
42  "reportTypes" : [ {
43    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/Opportunity",
44    "label" : "Opportunities",
45    "type" : "Opportunity"
46  }, {
47    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityProduct",
48    "label" : "Opportunities with Products",
49    "type" : "OpportunityProduct"
50  }, {
51    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityContact",
52    "label" : "Opportunities with Contact Roles",
53    "type" : "OpportunityContact"
54  }, {
55    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityPartner",
56    "label" : "Opportunities with Partners",
57    "type" : "OpportunityPartner"
58  }, {
59    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityCompetitor",
60    "label" : "Opportunities with Competitors",
61    "type" : "OpportunityCompetitor"
62  }, {
63    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityHistory",
64    "label" : "Opportunity History",
65    "type" : "OpportunityHistory"
66  }, {
67    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityFieldAuditHistory",
68    "label" : "Opportunity Field History",
69    "type" : "OpportunityFieldAuditHistory"
70  }, {
71    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityTrend",
72    "label" : "Opportunity Trends",
73    "type" : "OpportunityTrend"
74  }, {
75    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityContactProduct",
76    "label" : "Opportunities with Contact Roles and Products",
77    "type" : "OpportunityContactProduct"
78  } ]
79}, {
80  "label" : "Customer Support Reports",
81  "reportTypes" : [ {
82    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseList",
83    "label" : "Cases",
84    "type" : "CaseList"
85  }, {
86    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseHistory",
87    "label" : "Case Lifecycle",
88    "type" : "CaseHistory"
89  }, {
90    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseContactRole",
91    "label" : "Cases with Contact Roles",
92    "type" : "CaseContactRole"
93  }, {
94    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseAsset",
95    "label" : "Cases with Assets",
96    "type" : "CaseAsset"
97  }, {
98    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseSolution",
99    "label" : "Cases with Solutions",
100    "type" : "CaseSolution"
101  }, {
102    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseAuditHistory",
103    "label" : "Case History",
104    "type" : "CaseAuditHistory"
105  }, {
106    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/SolutionList",
107    "label" : "Solutions",
108    "type" : "SolutionList"
109  }, {
110    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/SolutionCategory",
111    "label" : "Solution Categories",
112    "type" : "SolutionCategory"
113  }, {
114    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/SolutionAuditHistory",
115    "label" : "Solution History",
116    "type" : "SolutionAuditHistory"
117  } ]
118}, {
119  "label" : "Leads",
120  "reportTypes" : [ {
121    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/LeadList",
122    "label" : "Leads",
123    "type" : "LeadList"
124  }, {
125    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityLead",
126    "label" : "Leads with converted lead information",
127    "type" : "OpportunityLead"
128  }, {
129    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/LeadAuditHistory",
130    "label" : "Lead History",
131    "type" : "LeadAuditHistory"
132  } ]
133}, {
134  "label" : "Activities",
135  "reportTypes" : [ {
136    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/Activity",
137    "label" : "Tasks and Events",
138    "type" : "Activity"
139  }, {
140    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/EventAttendee",
141    "label" : "Events with Invitees",
142    "type" : "EventAttendee"
143  }, {
144    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/EmailStatus",
145    "label" : "HTML Email Status",
146    "type" : "EmailStatus"
147  }, {
148    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AccountActivity",
149    "label" : "Activities with Accounts",
150    "type" : "AccountActivity"
151  }, {
152    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContactActivity",
153    "label" : "Activities with Contacts",
154    "type" : "ContactActivity"
155  }, {
156    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OpportunityActivity",
157    "label" : "Activities with Opportunities",
158    "type" : "OpportunityActivity"
159  }, {
160    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/LeadActivity",
161    "label" : "Activities with Leads",
162    "type" : "LeadActivity"
163  }, {
164    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CaseActivity",
165    "label" : "Activities with Cases",
166    "type" : "CaseActivity"
167  }, {
168    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/SolutionActivity",
169    "label" : "Activities with Solutions",
170    "type" : "SolutionActivity"
171  }, {
172    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContractActivity",
173    "label" : "Activities with Contracts",
174    "type" : "ContractActivity"
175  }, {
176    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ProductActivity",
177    "label" : "Activities with Products",
178    "type" : "ProductActivity"
179  } ]
180}, {
181  "label" : "Contracts and Orders",
182  "reportTypes" : [ {
183    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContractList",
184    "label" : "Contracts",
185    "type" : "ContractList"
186  }, {
187    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContractAuditHistory",
188    "label" : "Contract History",
189    "type" : "ContractAuditHistory"
190  }, {
191    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContractOrder",
192    "label" : "Contracts with Orders",
193    "type" : "ContractOrder"
194  }, {
195    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContractOrderItem",
196    "label" : "Contracts with Orders and Products",
197    "type" : "ContractOrderItem"
198  }, {
199    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ContractContactRole",
200    "label" : "Contracts with Contact Roles",
201    "type" : "ContractContactRole"
202  }, {
203    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OrderList",
204    "label" : "Orders",
205    "type" : "OrderList"
206  }, {
207    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OrderItemList",
208    "label" : "Orders with Products",
209    "type" : "OrderItemList"
210  }, {
211    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/OrderAuditHistory",
212    "label" : "Order History",
213    "type" : "OrderAuditHistory"
214  } ]
215}, {
216  "label" : "Price Books, Products and Assets",
217  "reportTypes" : [ {
218    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ProductList",
219    "label" : "Products",
220    "type" : "ProductList"
221  }, {
222    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ProductOpportunity",
223    "label" : "Products with Opportunities",
224    "type" : "ProductOpportunity"
225  }, {
226    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/PricebookProduct",
227    "label" : "Price Books with Products",
228    "type" : "PricebookProduct"
229  }, {
230    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ProductAsset",
231    "label" : "Products with Assets",
232    "type" : "ProductAsset"
233  }, {
234    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AssetWithProduct",
235    "label" : "Assets",
236    "type" : "AssetWithProduct"
237  }, {
238    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/AssetCase",
239    "label" : "Assets with Cases",
240    "type" : "AssetCase"
241  } ]
242}, {
243  "label" : "Administrative Reports",
244  "reportTypes" : [ {
245    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/User",
246    "label" : "Users",
247    "type" : "User"
248  }, {
249    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/ReportList",
250    "label" : "Reports",
251    "type" : "ReportList"
252  }, {
253    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/DocumentList",
254    "label" : "Documents",
255    "type" : "DocumentList"
256  }, {
257    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/LoginIpEmail",
258    "label" : "New Login Locations",
259    "type" : "LoginIpEmail"
260  }, {
261    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/TwoFactorMethodsInfo",
262    "label" : "Identity Verification Methods",
263    "type" : "TwoFactorMethodsInfo"
264  }, {
265    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CollabGroup",
266    "label" : "Collaboration Group Report",
267    "type" : "CollabGroup"
268  }, {
269    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/CollabGroupFeedPosts",
270    "label" : "Collaboration Group Feed Posts Report",
271    "type" : "CollabGroupFeedPosts"
272  } ]
273}, {
274  "label" : "File and Content Reports",
275  "reportTypes" : [ {
276    "describeUrl" : "/services/data/v39.0/analytics/reportTypes/File",
277    "label" : "File and Content Report",
278    "type" : "File"
279  } ]
280} ]