Content Instance
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/1750421/?format=api
{ "id": 1750421, "url": "https://pltw.multisim.com/api/v1/projects/1750421/?format=api", "html_url": "https://pltw.multisim.com/content/ZdjwX6ABznc9RBmkEKRxJZ/clocked-sr-latch/", "created": "2021-05-02T23:24:27.120840-05:00", "modified": "2025-12-15T12:01:24.448184-06:00", "title": "Clocked SR latch", "uuid": "ZdjwX6ABznc9RBmkEKRxJZ", "slug": "clocked-sr-latch", "copied_from": null, "contributor_name": "Mehroz Sheikh", "contributor_html_url": "https://pltw.multisim.com/contributors/587459-mehrozsheikh/?format=api", "visibility": "public", "tags": "", "text": "", "status": 1, "rating_count": 0, "rating_sum": 0, "karma": 29 }