The fields depending_events and depends_on_events are not displayed in Freshmaker's /api/v2/events REST API.
depending_events
depends_on_events
/api/v2/events
This is because those fields are only populated by the json method, instead of _common_json.
json
_common_json
Commit 3ebca93d fixes this issue