ACOEM Recommendations V2

ACOEM RecommendationsV2.xsd

ACOEM Recommendations v2 API Specification 2.3.pdf

The license key is passed through the header. Enter your license key here to use this test form.

Test Form

** (double asterisk) indicates one of these fields must have a value

Example jQuery

var uri = "https://api.mdguidelines.com/api/v2/darts; uri += "?"; uri += "&topicname=covid"; uri += "&topicid=10733"; uri += "&categoryid=3"; uri += "&phase=acute"; $.ajax({ url: uri, type: 'GET', dataType: 'json', headers: { 'RG-LICENSE-KEY': 'XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX', }, success: function (data) { handleData(data) }, error: function (xhr, status, error) { handleError(xhr, status, error) } })