ts.rpt.generate

Generate a Markdown report.

Generate a Markdown report.

Requires authentication

Description

Generates a Markdown report for a given entity using its associated report template. The scope determines the entity type.

Parameters

NameTypeRequiredDefaultDescription
scopestringYesReport scope: task, demand, endeavour, project
entity_idstringYesEntity ID to generate report for

Response

Returns the generated Markdown report.

{
  "entity_id": "edv_bd159eb7bb9a877a...",
  "markdown": "# Build Taskschmiede Report\n\n...",
  "scope": "endeavour"
}

Errors

CodeDescription
not_authenticatedNo active login for this session
not_foundEntity not found
invalid_inputScope and entity_id are required