Retrieve all tags for the provided question
Retrieve all tags for the provided question
Path Parameters
- questionId number required
Responses
- 200
Returns an array of tags.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number required
- name string required
- ]
[
{
"id": 0,
"name": "string"
}
]
Loading...