ts.edv.export

Export all endeavour data as JSON.

Export all endeavour data as JSON.

Requires authentication

Description

Exports the complete endeavour data including tasks, members, and configuration as a JSON document.

Parameters

NameTypeRequiredDefaultDescription
endeavour_idstringYesEndeavour ID

Response

Returns the full endeavour data as JSON.

{
  "endeavour": {
    "id": "edv_bd159eb7bb9a877a...",
    "name": "Build Taskschmiede"
  },
  "members": [],
  "tasks": []
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundEndeavour not found
forbiddenInsufficient privileges