A simple ViewSet for viewing Content. (api.v1.views.ContentViewSet)

Filter for Content Type with text, photo, question, link, video, quote, document, comment

`/?content_type=text`

To Sort (ordering fields: 'created', 'title', 'karma', 'rating_sum', 'id', 'contributor__last_name'):

/?ordering=created or /?ordering=-created
GET /api/v1/projects/3654896/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 3654896,
    "url": "https://pltw.multisim.com/api/v1/projects/3654896/?format=api",
    "html_url": "https://pltw.multisim.com/content/fPXmbTufWxKDywaSVpiBQf/full-wave-with-filter-exp-1b/",
    "created": "2022-11-24T11:53:51.751138-06:00",
    "modified": "2025-12-16T23:24:19.755625-06:00",
    "title": "Full wave with filter exp 1b",
    "uuid": "fPXmbTufWxKDywaSVpiBQf",
    "slug": "full-wave-with-filter-exp-1b",
    "copied_from": 3327390,
    "contributor_name": "SAI VIGNESH ANDALAM",
    "contributor_html_url": "https://pltw.multisim.com/contributors/817484-vigneshandalam/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 29
}