List distinct activity-type codes seen on this account
GET/api/v1/accounts/:accountId/activities/types
Returns the set of broker activity-type codes that have appeared on this account, in alphabetical order. Powers the type-filter dropdown on the activities ledger so the UI only offers codes the user has actually received.
Request
Responses
- 200
- 401
- 404
- 500
Distinct activity-type codes
Authentication required.
Account not found or does not belong to the caller.
Server error.