 |
Retrieves Topic Models and related information. Topics can be either Semantic Topics or Data Topics and represent things like People, Companies, Places, Themes, Stocks or any other object that can be defined using characters, words and dimensional attributes. Topics are created and managed using the Java API.
http://psydex.net/api/topics
http://psydex.net/api/relatedStocks
http://psydex.net/api/relatedTopics
| |
| api_key |
API Key provided by Psydex |
 |
 |
| |
| id |
Valid Topic Id |
| symbol |
Valid Topic Symbol (A-Za-z0-9._) |
| group id |
Valid Topic Group Id |
 |
 |
| |
| sort_field |
0 = id, 1 = symbol |
| sort_order |
0 = ASC, 1 = DSC |
 |
 |
| Response XML Schema Defintion (XSD) |
| id |
Topic ID |
| symbol |
Topic Symbol |
| description |
Topic Description |
| expression |
Topic Expression (For Semantic Models) |
| expression_unraveled |
Topic Expression with nested topic symbol(s) expanded |
| domain |
Domain's are used to logically segment topics |
| model_type |
Type of Topic Model - 1 = Semantic, 2 = Data |
| user_id |
Unique number assigned to the user who created / owns the topic |
| user_name |
Unique string assigned to the user who created / owns the topic |
| visibility |
Visibility of Topic: 0 = public, 1 = organization, 2 = private |
| topic_class_id |
Unique number assigned to the Topic Class. A Topic may have 0 or many Topic Classes assigned. |
|
 |