GET https://api.legendonlineservices.co.uk/SportsCourses/Category

Returns list of categories along with information about parent and child categories

Request Parameters

No parameters have been defined for this request.

Response - (Status 200 - OK)

[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
  }
]

Remarks

Disabled Categories are not included in the resultset

Bundle(s)
SportsCourses