Articles

Last Updated 7/1/2015

Get Categories
Returns a JSON object which lists of all the Categories as used for the Articles.
  • https://apps.illinoisworknet.com/services/api/article/getcategories
Get Collections
Returns a JSON object which lists all the Main Collections and their associated colors as used for the Articles.
  • ​https://apps.illinoisworknet.com/services/api/article/getcollections
Search
​Returns a JSON object which contains all the Articles for a given category matching the given SearchTerm.
SearchTerm
A case insensitive search on the title and body of the articles.
Collection
If supplied, only results matching the search results and matching the Collection will be returned.
Count
Specifies the number of related results to return (0 returns all).
  • ​https://apps.illinoisworknet.com/services/api/article/Search/Explore/​
  • ​​https://apps.illinoisworknet.com/services/api/article/Search/Labor/Explore/
Get Article (raw article)
​Returns the HTML necessary to display the Article matching the ArticleID page along with its supporting information.
ArticleID
ID of the Article to get.
Count
Specifies the number of related results to return (0 returns all).
  • https://apps.illinoisworknet.com/services/api/article/articleid/7​
Get Article (using viewer)
Returns the actual page which is hosted externally.
ArticleID
ID of the Article to get.
Count
Specifies the number of related results to return (0 returns all) (default is 2).
  • https://apps.illinoisworknet.com/ArticleViewer/Article/Index/7​