GET /posts/5000/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 5000,
    "url": "http://collegeguide-api.jakefarrell.ie/posts/5000/?format=api",
    "title": "How can I secure an internship while studying?",
    "type": "dt",
    "created_date": "2025-02-20T23:28:38.717303Z",
    "updated_date": "2025-02-20T23:28:38.717338Z",
    "module": "CSC1091",
    "user": 538,
    "archived": false
}