fetch('https://demo.dotcms.com/api/content/query/+contentType:Activity/orderby/Activity.title')
    .then(data => data.json())
    .then(data => console.log(data.contentlest));

Hit the Play button to get a response