Login

Folders (categories)

Folders in Coassemble allow you to organize all of your courses into different categories.

Endpoints

Get folders

GET /api/v1/categories

Returns a list of all the folders in your workspace.

Responses

CodeDescription
200Returned when successful

Create folder

POST /api/v1/categories

Create a new folder in your workspace.

FormData properties

FieldDescriptionRequired
titleA title for the new category, which will be visible to your users.Yes

Responses

CodeDescription
201Returned when everything is OK
422Returned when title is omitted.