Export campaign (CSV or JSON)
GET/export/:format/:campaignID
format path segment is csv or json (empty defaults to json in handler). JSON returns entity.CampaignView directly (not wrapped in basetype.Response). CSV returns text/csv with campaign/group headers and per-user rows.
Request
Responses
- 200
- 404
Export body
Campaign view not found