Retrieve all categories
Retrieve all categories
Responses
- 200
Returns an array of categories.
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- id number
Unique identifier for the category
- name string
Name of the category
- description string
Description of the category
- ]
[
{
"id": 0,
"name": "string",
"description": "string"
}
]
Loading...