Versions Compared

Key

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

...

  1. After saving, you will be provided with an OData URL. This URL is used to access your OData feed.

  2. Ensure you have the necessary authentication details, as OData feeds require authentication to access.

Repeat Groups

If setting up an OData Feed for a form that contains repeat groups, you will also need to reference the additional feeds created for that repeat group data if it is of interest. Each repeat group will have its own OData URL.

image-20240403-195640.pngImage Added

When querying Repeat Group OData URLs, the limit and offset parameters operate at the form level, meaning limit=1 will return all responses within a repeat group for one form.

Best Practices

  • Secure Your Data: Ensure that access to your OData feed is secured and only available to authorized users.

  • Monitor Data Usage: Keep an eye on how your OData feed is being used to ensure optimal performance.

  • Stay Updated: Regularly check for updates on CommCare's OData feed functionality to leverage any new features or improvements.

...