Appearance
GET
/comments/{id}
CommentsController@show
fluent-community/app/Http/Routes/api.php:140
fluent-community/app/Http/Controllers/CommentsController.php
Get Comment for the FluentCommunity Comments API.
Controller: CommentsController@show Route source: fluent-community/app/Http/Routes/api.php:140
WordPress Application Passwords — use Basic auth with username:application_password.
ID extracted from the URL path.
Context read via $request->get() in show().
$request->get()
Successful response
Endpoint
GET/comments/{id}CommentsController@showfluent-community/app/Http/Routes/api.php:140fluent-community/app/Http/Controllers/CommentsController.phpGET Get Comment
Get Comment for the FluentCommunity Comments API.
Controller:
CommentsController@showRoute source:
fluent-community/app/Http/Routes/api.php:140Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
ID extracted from the URL path.
Query Parameters
Context read via
$request->get()in show().Responses
Successful response
Playground
Authorization
Variables
Samples