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/1256287/?format=api
{ "id": 1256287, "url": "https://pltw.multisim.com/api/v1/projects/1256287/?format=api", "html_url": "https://pltw.multisim.com/content/WX494BhCA5X8R2UN85tuCG/sequence-generator/", "created": "2021-01-29T01:55:09.072846-06:00", "modified": "2025-12-15T12:00:41.125310-06:00", "title": "Sequence Generator", "uuid": "WX494BhCA5X8R2UN85tuCG", "slug": "sequence-generator", "copied_from": 1256179, "contributor_name": "jyotsana sampatharao", "contributor_html_url": "https://pltw.multisim.com/contributors/548283-jyotsana31/?format=api", "visibility": "public", "tags": "", "text": "This is a sequence Generator which generates the sequence 4,1,7,3,2,6,0,9. This is not complete yet.", "status": 1, "rating_count": 0, "rating_sum": 0, "karma": 32 }