Medical Billing and Coding
PANEL
> Home > API

get_webinar API

Returns a webinar.

Test this endpoint:

http://panel.findacode.com/api/get_webinar.php
site_id= (REQUIRED)
&item_id= (REQUIRED - if a URL it should be URL Encoded)

URL Ex: /articles/hospital-medical-coders-must-switch-to-the-icd-10-pcs-codes-for-billing-purposes-1437.html
ID Ex: 1437 (notice this ID is also the last "word" in the webinar URL.

&format= (optional, default: json)
  (opens in a new tab)

Returns

id:  ID value of the webinar

url:  suggested URL for the webinar

title:  title of the webinar

presenter_name:  name of the webinar presenter

published:  date webinar was first published, format: "2014-07-15"

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

body:  text or content of the webinar in HTML format

tags:  tags associated with the webinar (may be used with "get_webinars" and "get_other_tags" API endpoints)

summary:  summary of webinar contents

public_until:  date through which the webinar will be public, "9999-12-31" = always public, "0000-00-00" = never public, suggestion: if the webinar will switch to being restricted, show a message when the webinar is displayed, ex: "This webinar will be public until {date}." If the webinar is not public, display the "summary" and "upsell_text" instead of the "body".

event_date:  date the webinar was held

upsell_text:  text (HTML) that may be displayed if the webinar is not public

last_updated:  date/time the webinar record was last updated

"body" CSS/DOM IDs

The following CSS/DOM IDs may be found in the webinar "body" and may be used for CSS styling:

  • fac_webinar_body
  • fac_webinar_references
  • fac_webinar_author_bio
  • fac_webinar_ad