Developer Center

Author Topics Resource

« Back to Author Module

Basic Information

Description: Gets a list of topics related to an author.

Base URL: http://api.newscred.com/author/GUID/topics

Parameters

Name Description Required Default
access_key Unique API access key Required
from_date Beginning of date range for which items are searched. Format: yyyy-mm-dd [hh:mm:ss] Optional All dates
to_date End of date range for which items are searched. Format: yyyy-mm-dd [hh:mm:ss] Optional Current date
pagesize Number of items to return. Optional 10
offset Number of items to skip before beginning the result set. For example, a pagesize of 10 and an offset of 10 will return items 11-20. Optional 0
topics List of topics to retrieve items from. Valid topics are specified as a space delimited list of topic GUIDs. Optional All topics
topic_filter_mode Enables topic_filter_name and indicates filtering type. Allowed values are whitelist or blacklist Optional No topic filter is used.
topic_filter_name Limit items to a predefined list of topics. Value is the name of the predefined topic filter list (applicable only when topic filtering is enabled via topic_filter_mode). Optional
topic_subclassifications Limit results to those with the specified topic sub-classification. Value is a space delimited list of topic sub-classifications. Optional All sub-classifications
topic_classifications Limit results to those with the specified topic classification. Value is a space delimited list of topic classifications. Optional All classifications
« Back to API Reference