Get a question by ID

GET /questions/{id}

Path parameters

  • id string Required

    ID of the question

Responses

  • Successful response

GET /questions/{id}
curl \
 -X GET localhost:8080/questions/{id}