GET api.ashx/v2/articles/types.{json|xml}
Example Requests
Widget Javascript
jQuery.telligent.evolution.get({
url: jQuery.telligent.evolution.site.getBaseUrl() + 'api.ashx/v2/articles/types.json'
}).then(function(response) {
// use response
});