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

{
    "id": 3170320,
    "url": "https://pltw.multisim.com/api/v1/projects/3170320/?format=api",
    "html_url": "https://pltw.multisim.com/content/BUCuQaaWXNV46fRh79pJiY/componenti-per-decoder_mangione/",
    "created": "2022-05-12T02:38:00.009422-05:00",
    "modified": "2025-12-14T03:27:38.305449-06:00",
    "title": "componenti per decoder_Mangione",
    "uuid": "BUCuQaaWXNV46fRh79pJiY",
    "slug": "componenti-per-decoder_mangione",
    "copied_from": 3170147,
    "contributor_name": "Antonino Mangione",
    "contributor_html_url": "https://pltw.multisim.com/contributors/1001399-antonino909090/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "7447 e display 7 segmenti",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 92
}