• FEATURES
  • PRICING
  • MARKETPLACE
  • CASE STUDIES
  • BLOG
  • Mirth and REST API

    "Mirth + OS REST APIs” for loading SPR’s. Would you have an example of a Mirth channel talking directly with the OS REST API? My current approach (so far I can easily load participants with this approach) is using Mirth to load a staging table and then use PHP to read the staging table and talk with the OS REST API. If this can all be done within Mirth it may be more usable to share with other users.

    John Reber

    Hello John,

    Currently we have implemented this in same way. Mirth -> Staging Table -> Java Program -> OS API. Although, this can we done by direct approach but we have not yet experimented it. You can use Mirth HTTP sender to call OS REST API: http://stackoverflow.com/questions/22056155/mirth-connect-integration-with-rest-api

    Thanks,

    Vivek

    Thanks Vivek,

    I know that it’s doable. I’m looking for a basic example on how to setup the channels within Mirth. Without a contract with Mirth, access to their documentation/examples is very sparse.

    John