Retrieve all tags
Retrieve all tags
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...
Retrieve all tags
Returns an array of tags.
[
{
"id": 0,
"name": "string"
}
]