Quickstart Tools

CareEvolution provides a number of tools to get you started using the Rosetta API quickly.

Developer Portal Sandbox

The Developer Portal, sandbox lets you build and send API requests.

  1. Select the “Sandbox” tab.
  2. Select an API operation from the dropdown list.
  3. Enter your input in one of several ways:
    • Enter the data manually.
    • Select “Load Sample” to load a sample input.
    • Select “Upload” to upload a file.
  4. Select “Execute” to send the input data to the server.
  5. The output will appear under the “Output” section, with any issues highlighted.
  6. Hover over the issues box for details of any errors, warnings, or informational alerts arising from the Operation Outcome.

When an API operation is selected, the sandbox also provides sample code to try out in several languages.

Postman Collection

Postman is a great tool for testing REST APIs. The Rosetta Postman Collection contains a number of sample queries to help you get up and running quickly.

To use the collection:

  1. Install Postman.
  2. Import the collection into Postman. Postman has a number of ways to do this, but the optimal way to be notified of updates is tofork the collection.
  3. Enter your API key in the “variables” section.
  4. Select a query from the collection.
  5. Adjust the parameters and body data as needed.
  6. Click “Send.”