...
Info | ||
---|---|---|
| ||
This feature (Data Forwarding) is only available to CommCare users with a Pro Plan or higher. For more details, see the CommCare Software Plan page. |
Warning | ||
---|---|---|
| ||
This API is deprecated and will be removed soon. |
Purpose: view or modify data forwarding endpoints (See documentation for data integration and forwarding)
...
API | Endpoint | HTTP Operation | GET/POST data | ||
---|---|---|---|---|---|
List forwarding rules | Base URL | GET | None | ||
Create new forwarding rule | Base URL | POST | JSON Formatted data | ||
Update forwarding rule | Single Item URL | PUT | JSON Formatted data | ||
Delete forwarding rule | (not yet supported) |
Sample usage:
Code Block |
---|
https://www.commcarehq.org/a/demo/api/v0.4/data-forwarding/ |
...