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

{
    "id": 1989510,
    "url": "https://www.multisim.com/api/v1/projects/1989510/?format=api",
    "html_url": "https://www.multisim.com/content/SE6LYmM7kwXwSxm4xqsz4M/e31/",
    "created": "2021-06-25T08:44:39.126901-05:00",
    "modified": "2025-10-26T14:47:29.938126-05:00",
    "title": "e31",
    "uuid": "SE6LYmM7kwXwSxm4xqsz4M",
    "slug": "e31",
    "copied_from": 1932632,
    "contributor_name": "manohar reddy",
    "contributor_html_url": "https://www.multisim.com/contributors/691836-manohar123/?format=api",
    "visibility": "public",
    "tags": "",
    "text": "",
    "status": 1,
    "rating_count": 0,
    "rating_sum": 0,
    "karma": 15
}