View Issue Details

This issue affects 1 person(s).
 0
IDProjectCategoryView StatusLast Update
20440Feature requestsRemoteControlpublic2026-02-28 18:52
ReporterTonisOrmisson Assigned ToTonisOrmisson  
PrioritynoneSeverityfeature 
Status assignedResolutionopen 
Summary20440: list_response_exports in RemoteControl
Description

Summary

Add a RemoteControl method to list available export_responses document types (core + plugin formats).

Problem

export_responses requires sDocumentType, but clients currently cannot discover valid values from the API.
This forces hardcoding and makes plugin-provided formats hard to use reliably.

Proposal

Add:

list_response_exports(sessionKey)

Return each available export type with metadata:

  • type (value for export_responses)

  • label (human-readable)

  • pluginClass (provider)

    Example Response

    
    [
    {"type":"csv","pluginClass":"Authdb","label":"CSV"},
    {"type":"spsssav","pluginClass":"ExportSPSSsav","label":"SPSS (.sav)"},
    {"type":"spsssav_custom","pluginClass":"SpssExport","label":"SPSS (.sav) Custom"}
    ]
    
    ## Why
  • Removes hardcoded assumptions in API clients

  • Makes plugin export formats discoverable

  • Reduces invalid export calls

TagsNo tags attached.
Bug heat0
Story point estimate0
Users affected %0

Users monitoring this issue

There are no users monitoring this issue.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2026-02-28 18:52 TonisOrmisson New Issue
2026-02-28 18:52 TonisOrmisson Status new => assigned
2026-02-28 18:52 TonisOrmisson Assigned To => TonisOrmisson