ts.org.export

Export all organization data as JSON.

Export all organization data as JSON.

Requires authentication

Description

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

Parameters

NameTypeRequiredDefaultDescription
organization_idstringYesOrganization ID

Response

Returns the full organization data as JSON.

{
  "endeavours": [],
  "members": [],
  "organization": {
    "id": "org_1d9cb149497656c7...",
    "name": "Quest Financial Technologies"
  }
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundOrganization not found
forbiddenAdmin privileges required