Comment
idstringrequired
Comment unique identifier
Example:
123e4567-e89b-12d3-a456-426614174000contentstringrequired
Comment content
Example:
Great movie! Loved the plot twist.user_idstringrequired
ID of the user who posted the comment
Example:
123e4567-e89b-12d3-a456-426614174000media_idstringrequired
ID of the media item
Example:
550media_typestringrequired
Type of media
Possible values: [movie, tv]
Example:
moviecreated_atdate-timerequired
Comment creation timestamp
Example:
2024-01-15T10:30:00Zupdated_atdate-time
Comment last update timestamp
Example:
2024-01-15T10:30:00Zis_approvedboolean
Whether the comment is approved for display
Example:
trueuser object
User information (when populated)
idstring
Example:
123e4567-e89b-12d3-a456-426614174000emailstring
Example:
user@example.comusernamestring
Example:
moviefan123Comment
{
"id": "123e4567-e89b-12d3-a456-426614174000",
"content": "Great movie! Loved the plot twist.",
"user_id": "123e4567-e89b-12d3-a456-426614174000",
"media_id": "550",
"media_type": "movie",
"created_at": "2024-01-15T10:30:00Z",
"updated_at": "2024-01-15T10:30:00Z",
"is_approved": true,
"user": {
"id": "123e4567-e89b-12d3-a456-426614174000",
"email": "user@example.com",
"username": "moviefan123"
}
}