Get a list of categories
GET /tag/category
GET
/tag/category
Gets an array of categories, their icons, and applicable project types
Responses
200
Expected response to a valid request
Array<object>
object
icon
required
The SVG icon of a category
string
name
required
The name of the category
string
project_type
required
The project type this category is applicable to
string
header
required
The header under which the category should go
string