cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need help navigating or using the PTC Community? Contact the community team. X

Using a REST API call to get public view count

tmccombie
21-Topaz I

Using a REST API call to get public view count

You can get the view count for all public experiences by using the below REST API call.

 

GET <your ES URL>/compliance/views

 

This will return a JSON object with a views and billables field where:

views = the download number of publicly accessible projects &

billables = how many downloads are counted towards billable tokens

 

You can also specify the startDate and endDate in your request. These parameters can be defined by a UTC date string, JSON date string, or time in milliseconds since a specified date. 

1 REPLY 1
jmikesell
15-Moonstone
(To:tmccombie)

Thanks Tara. I did find the admin manual after some more involved searching.

Top Tags