Skip to main content
GET
Get Curriculum

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

curriculum_id
string<uuid>
required

Query Parameters

expand
boolean
default:false

Response

Successful Response

Curriculum data transfer object - returned from repositories. Represents a curriculum as stored in the database.

id
string<uuid>
required
organization_id
string<uuid>
required
title
string
required
created_at
string<date-time>
required
updated_at
string<date-time>
required
description
string | null