Medical Billing and Coding
PANEL
> Home > API

get_topic_page_drupal API

Returns information about a Topic Page.

Test this endpoint:

http://panel.findacode.com/api/get_topic_page_drupal.php
site_id= (REQUIRED)
&page_id= (REQUIRED, ex: 1)
&articles_count= (optional, ex: 10 - default is 5, 0 - indicates all articles)
&format= (optional, default: json)
  (opens in a new tab)

Returns

Page Data:

id:  ID value of the Topic Page

type:  type of the Topic Page

title:  title of the Topic Page

header_text:  header text of the Topic Page

general_text:  general text for the Topic Page (can be put in a "General" tab)

tags: tags for the Topic Page

Items/Data:

recent_articles:  5 most recent articles (id, title, author, publish date, summary, last_edited_on)

links:  links based on the tags (id, title, url, summary)

resources:  HTML text for the "Resources" tab

addtl_resources:  HTML text for the "Additional Resources" area

tips:  HTML text for the "Tips" tab

webinars:  HTML text for the "Webinars" tab

Top Area Data:

html: HTML code to be shown at the top of the Topic Page

Right Area Data:

html: HTML code to be shown at the right of the Topic Page

Bottom Area Data:

html: HTML code to be shown at the bottom of the Topic Page