Skip to main content
POST
Create a subject track group

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Body

application/json
subject
enum<string>
required

The subject for the track group (required)

Available options:
Reading,
Language,
Vocabulary,
Social Studies,
Writing,
Science,
FastMath,
Math,
None,
Other
grade
enum<string>
required

The grade level for the track group (required)

Available options:
-1,
0,
1,
2,
3,
4,
5,
6,
7,
8,
9,
10,
11,
12,
13
Example:

"3"

courseId
string
required

The course ID to associate with all tracks in this group (required)

Minimum string length: 1
orgSourcedIds
string[]

Array of organization IDs for campus-specific tracks. Empty array creates a global track that applies to all organizations

Response

204 - undefined