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/2917604/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 2917604,
    "url": "https://pltw.multisim.com/api/v1/projects/2917604/?format=api",
    "html_url": "https://pltw.multisim.com/content/o3dsMt99WFrAVaSNYd4iCo/lab-6-1/",
    "created": "2022-02-23T10:22:15.375525-06:00",
    "modified": "2024-11-19T05:09:05.441437-06:00",
    "title": "Lab 6 (1)",
    "uuid": "o3dsMt99WFrAVaSNYd4iCo",
    "slug": "lab-6-1",
    "copied_from": 2914514,
    "contributor_name": "Sergio Armas",
    "contributor_html_url": "https://pltw.multisim.com/contributors/252739-sergio_armas/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 7
}