Goto Home

🔒 GET /comments

Description

Request Query

Response Body

{ "comments": [ { "_id": "68b1a0cc886ae993a645a23c", "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" }, "reel": "68b009f81d36e414df06f6fa", "parent": "68b19a61318896320365a2aa", "data": [ { "text": "We should learn from" }, { "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" } }, { "text": "He is so disciplined and healthy" } ], "superLike": "68b19a88318896320365a2b1", "likes": 0, "totalReplies": 3, "createdAt": "2025-08-29T12:45:00.386Z", "updatedAt": "2025-08-29T12:49:16.074Z" }, { "_id": "68b1a001a1f463a1b9cf1485", "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" }, "reel": "68b009f81d36e414df06f6fa", "parent": "68b19a61318896320365a2aa", "data": [ { "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" } }, { "text": "Your comment is underrated" } ], "superLike": "68b19a88318896320365a2b1", "likes": 0, "totalReplies": 0, "createdAt": "2025-08-29T12:41:37.779Z", "updatedAt": "2025-08-29T12:41:37.779Z" }, { "_id": "68b19fd7a1f463a1b9cf1478", "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" }, "reel": "68b009f81d36e414df06f6fa", "parent": "68b19a61318896320365a2aa", "data": [ { "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" } }, { "text": "Your comment is underrated" } ], "superLike": "68b19a88318896320365a2b1", "likes": 0, "totalReplies": 2, "createdAt": "2025-08-29T12:40:55.177Z", "updatedAt": "2025-08-29T12:40:55.177Z" } ], "count": 3 }

🔒 POST /comments

Description

Request Body

{ "reel": "68b009f81d36e414df06f6fa", "parent": "68b19a61318896320365a2aa", "data": [ {"text": "We should learn from"}, {"user": "68906b08a3bf95fd187f7a22"}, {"text": "He is so disciplined"} ] }

Response Body

{ "comment": { "_id": "68b1a0cc886ae993a645a23c", "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" }, "reel": "68b009f81d36e414df06f6fa", "parent": "68b19a61318896320365a2aa", "data": [ { "text": "We should learn from" }, { "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" } }, { "text": "He is so disciplined" } ], "superLike": "68b19a88318896320365a2b1", "likes": 0, "createdAt": "2025-08-29T12:45:00.386Z", "updatedAt": "2025-08-29T12:45:00.386Z" } }

🔒 PATCH /comments/:id

Description

Request Body

{ "data": [ {"text": "We should learn from"}, {"user": "68906b08a3bf95fd187f7a22"}, {"text": "He is so disciplined and healthy"} ] }

Response Body

{ "comment": { "_id": "68b1a0cc886ae993a645a23c", "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" }, "reel": "68b009f81d36e414df06f6fa", "parent": "68b19a61318896320365a2aa", "data": [ { "text": "We should learn from" }, { "user": { "_id": "68906b08a3bf95fd187f7a22", "photo": "https://pub-569168ecc9d940c3892a9d7197875513.r2.dev/users/68906b08a3bf95fd187f7a22/1754389726864-11352239567863498-1754389725491-7560383e-1930-4c67-bcca-4e0835815860.jpeg.jpg", "name": "QA User", "username": "Maneesha_G_K" } }, { "text": "He is so disciplined and healthy" } ], "superLike": "68b19a88318896320365a2b1", "likes": 0, "createdAt": "2025-08-29T12:45:00.386Z", "updatedAt": "2025-08-29T12:49:16.074Z" } }

🔒 DELETE /comments/:id

Description

Links

Goto Home