Subjects

Subjects are the lowest hierarchy level for trainings. A subjects belongs to one category.

Methods

Method Description
GET /subjects.xml Get all available subjects
GET /subjects/{id}.xml Get detailed info for subject with id  {id}

Get a list of subjects

Request: GET /subjects.xml?api_key=YOURAPIKEY&version=2

Parameters

Parameter Type Values Description
category_id Integer x > 0 The id of the  category you wish to list the subjects from

Get one subject

Request: GET /subjects/123.xml?api_key=YOURAPIKEY&version=2