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/1345853/?format=api
{ "id": 1345853, "url": "https://pltw.multisim.com/api/v1/projects/1345853/?format=api", "html_url": "https://pltw.multisim.com/content/peyEfsgxxPeDoheJwKfWwX/half-adder/", "created": "2021-02-18T01:00:03.000609-06:00", "modified": "2025-12-15T12:43:20.262901-06:00", "title": "Half Adder", "uuid": "peyEfsgxxPeDoheJwKfWwX", "slug": "half-adder", "copied_from": null, "contributor_name": "Aradhana Chhabra", "contributor_html_url": "https://pltw.multisim.com/contributors/565810-aradhanaa/?format=api", "visibility": "public", "tags": "", "text": "", "status": 1, "rating_count": 0, "rating_sum": 0, "karma": 17 }