Response body schema for GET /categories.
| Name | Type | Description | Notes |
|---|---|---|---|
| _object | ObjectEnum | The type of the object represented by JSON. This object stores information about categories in a dictionary. | |
| dataRef | DataRefEnum | Identifies the name of the attribute that contains the array of category objects. | |
| data | List<Category> | ||
| total | Integer | Total number of categories. |
| Name | Value |
|---|---|
| LIST | "list" |
| Name | Value |
|---|---|
| DATA | "data" |