fetch('https://demo.dotcms.com/api/content/query/+contentType:Activity/orderby/Activity.title')
.then(data => data.json())
.then(data => console.log(data))
Hit the Play button to get a response
fetch('https://demo.dotcms.com/api/content/query/+contentType:Activity/orderby/Activity.title')
.then(data => data.json())
.then(data => console.log(data))