Medical Billing and Coding
PANEL
> Home > API

get_articles_by_keywords API

Returns a list of articles containing given words in the title or text.

Test this endpoint:

http://panel.findacode.com/api/get_articles_by_keywords.php

site_id= (REQUIRED)
&keywords= (REQUIRED)
&past_years= (optional, ex: 5 = return only articles published in the last 5 years)
&order= (optional, default: date)
&count= (optional, the number of items to return)
&page= (optional, the set of items based on the count, ex: if count=10, page=1 returns 1-10, page=2 returns 11-20, etc)
&format= (optional, default: json)
  (opens in a new tab)

Returns

id:  ID value of the article

url:  suggested URL for the article

title:  title of the article

author_name:  author of the article

published:  date article was first published, format: "2019-07-15"

last_review:  date article was last reviewed, format: "2019-07-15", suggestion: don't show if the same as "published"

event_date:  date of the event the article describes, format: "2019-07-15"

summary:  summary of article contents

sticky:  Y/N - Y if the item should be placed at the top of a list of items

tags:  tags associated with the article

last_updated:  date/time the article was reviewed and/or updated

total_items:  the total number of items available for the given conditions, used to calculate the number pages when using count, will be the same for all items returned