Returns the list of roadmap statuses for a channel as label and key pairs (e.g. "Under review" / under_review). The channel is identified by channelId, which can be a slug (e.g. roadmap) or a numeric channel id. Community is inferred from the x-api-key header.
Request
Query Params
Header Params
Responses
🟢200Success
application/json
Body
Request Request Example
Shell
JavaScript
Java
Swift
curl--location--request GET 'https://2e0a7m2i9j.execute-api.eu-central-1.amazonaws.com/prod/community/v1/roadmap/status?channelId=roadmap' \
--header'x-api-key: {{}}'