Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Every hour Archie is collecting the recently completed or updated CoI forms, converts them into a JSON representation, and sends them to Cochrane.org using a HTTP POST request.

The JSON representation does not include the text of the questions on the form, so this has to be communicated manually to Cochrane.org when a new form is added or there are changes to an existing form.

The API address for that live Archie is posting to is: https://community.cochrane.org/services/coi

The API address for that test Archie is posting to is: http://cdev.cochrane.org/services/doi

...