User Forum –
Topic , Portfolio
Back to Top
@foreach ($forum as $key => $value)
{{$value}}
@endforeach
Add/Edit Topic
End Point:
/addtopic
mode:
*
if edit topic detail than Enter Edit otherwise blank this field
category_id:
*
-- Select Category --
@foreach($category as $cat)
{{ $cat->title }}
@endforeach
sub_category_id:
*
-- Select Category First --
topic_id:
*
-- Select Sub Category First --
if Edit topic than this field is required this field
tags (You can select multiple tag using ctrl+select):
Choose your tag
@foreach($tags as $tag)
{{ $tag->title }}
@endforeach
title:
*
description:
*
notify_me_of_replies:
*
Yes (value = 1)
No (value = 0)
Authorization Token:
*
Favorite Topic
End Point:
/favoritetopic
Authorization Token:
*
Following
End Point:
/following
Authorization Token:
*
My Topics
End Point:
/mytopics
Authorization Token:
*
Like/Dislike Topic
End Point:
/like-dislike-topic
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
like/dislike:
*
like (value = 1)
dislike (value = 0)
Authorization Token:
*
Like/Dislike Comment
End Point:
/like-dislike-comment
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
comment_id:
*
-- Select Topic First --
like/dislike:
*
like (value = 1)
dislike (value = 0)
Authorization Token:
*
Delete Topic
End Point:
/delete-topic
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
Authorization Token:
*
Report Topic
End Point:
/report-topic
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
report_reason:
*
This is inappropriate for J1 Community
It's pornographic or extremely violent
It's spam, a scam, or a fake account
This account may have been hacked
The topic or language is offensive
Authorization Token:
*
Notify me Topic
End Point:
/notify-me-reply
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
notification_status:
*
Yes (value = 1)
No (value = 0)
Authorization Token:
*
Add Comment in topic
End Point:
/addcomment
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
comment_text:
*
Authorization Token:
*
Delete comment of topic
End Point:
/delete-comment-of-topic
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
comment_id:
*
-- Select Topic First --
Authorization Token:
*
Add Comment Reply
End Point:
/add-comment-reply
topic_id:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
comment_id:
*
-- Select Topic First --
comment_text:
*
Authorization Token:
*
Add to Favorites
End Point:
/add-to-favorites
topicId:
*
-- Select Topic --
@foreach($topics as $topic)
{{ $topic->title }}
@endforeach
is_favorite:
*
Yes (value = 1)
No (value = 0)
Authorization Token:
*
Portfolio Detail
End Point:
/portfolio-detail
portfolio_number:
Authorization Token:
*