Organizations
Organizations are sub-units of an institution — faculties, departments, schools, or campuses. Courses can optionally be associated with an organization for better classification.The organization object
| Field | Type | Description |
|---|---|---|
uuid | string | Unique identifier |
name | string | Organization name |
code | string | Short code for internal reference |
institution | object | The parent institution |
List organizations
Create an organization
| Parameter | Type | Required | Description |
|---|---|---|---|
name | string | Yes | Organization name |
institution_uuid | string | Yes | Parent institution UUID |
code | string | No | Short reference code |