Returns list of categories along with information about parent and child categories
No parameters have been defined for this request.
[Category]
| Name | Type | Description |
|---|---|---|
| Id | Int32 | |
| Description | String | |
| Name | String | |
| ParentId | Int32 | 'Null' if there is no parent |
[
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ParentId": 1
},
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ParentId": 1
},
{
"Id": 1,
"Name": "sample string 2",
"Description": "sample string 3",
"ParentId": 1
}
]
| Bundle(s) |
|---|
| SportsCourses |