Replies
APIs related to Post Comment Replies
Get Replies list
Headers
Name
Type
Description
{
"data": [
{
"id": 1,
"text": "😁👍",
"likes": [
{
"id": 1,
"role": "superadmin",
"name": "Admin",
"username": "admin",
"email": "[email protected]",
"phone_number": "8360818229",
"gender": null,
"dob": null,
"email_verified_at": null,
"current_team_id": null,
"profile_photo_path": null,
"created_at": "2021-09-30T17:55:36.000000Z",
"updated_at": "2021-09-30T17:55:36.000000Z",
"profile_photo_url": "https://ui-avatars.com/api/?name=Admin&color=7F9CF5&background=EBF4FF",
"pivot": {
"post_comment_reply_id": 1,
"user_id": 1,
"created_at": "2021-09-30T18:00:07.000000Z",
"updated_at": "2021-09-30T18:00:07.000000Z"
}
}
],
"creator": {
"id": 1,
"role": "superadmin",
"name": "Admin",
"username": "admin",
"email": "[email protected]",
"phone_number": "8360818229",
"gender": null,
"dob": null,
"email_verified_at": null,
"current_team_id": null,
"profile_photo_path": null,
"created_at": "2021-09-30T17:55:36.000000Z",
"updated_at": "2021-09-30T17:55:36.000000Z",
"profile_photo_url": "https://ui-avatars.com/api/?name=Admin&color=7F9CF5&background=EBF4FF"
},
"created": "1 day ago",
"created_at": "2021-09-30T18:00:01.000000Z",
"updated": "1 day ago",
"updated_at": "2021-09-30T18:00:01.000000Z"
}
]
}Get Single Reply
Headers
Name
Type
Description
Create Reply
Headers
Name
Type
Description
Request Body
Name
Type
Description
Add or Remove Like
Headers
Name
Type
Description
Last updated