Skip to content

Instructor Dashboard - Implement Content Groups V2 JSON API #37848

@brianjbuck-wgu

Description

@brianjbuck-wgu

The current Content Groups endpoint (/group_configurations/{course_key}) returns HTML with embedded JSON data, making it difficult to use programmatically and not following REST API best practices.

Current Issues:

  • Returns text/html content type with embedded JSON
  • Tightly coupled to Backbone.js frontend rendering
  • Not RESTful or properly documented
  • Difficult to consume by external clients or MFEs
  • Hard to generate OpenAPI/Swagger documentation

Current Endpoint:

  • GET/POST /group_configurations/{course_key}
Image

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

Status

In Development

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions