Medical Billing and Coding
PANEL
> Home > API

get_resources API

Returns a list of articels and links that have been assigned resource_num values.

Test this endpoint:

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

site_id= (REQUIRED)
&tags= (REQUIRED - one or more tags, comma separated, URL Encoded)

Tag Ex: Topic: ABN - Advanced Beneficiary Notice
Tags Ex: Topic: ABN - Advanced Beneficiary Notice, Payer: CMS/Medicare

  If multiple tags[n] parameters are used, the link must have at least one tag in each of the "tags" groups. A single tag in a group will require that that specific tag be associated with the link.
&tags2= (optional - one or more tags, comma separated, URL Encoded)
&tags3= (optional - one or more tags, comma separated, URL Encoded)
&not_tags= (optional - one or more tags, comma separated, URL Encoded, links with these tags should NOT be returned)
&order= (optional, default: title)
&order2= (optional)
&count= (the number of articles 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 of the article or link

type:  type, either 'article' or 'link'

resource_num:  the resource number of the article or link

title:  title of the article or link, the text to be displayed

url:  url of the article or link

tags:  tags associated with the article or link

last_updated:  date/time the article or link record was last updated