Endpoint
- Method:
GET - Path:
/profile/{username}/courses - Edition: Core
- Controller:
ProfileController@getCourses - Route source:
fluent-community/app/Http/Routes/api.php:88 - Controller source:
fluent-community/app/Http/Controllers/ProfileController.php
GET Get Courses
GET
/profile/{username}/courses
Get Courses for the FluentCommunity Profile API.
Controller: ProfileController@getCourses
Route source: fluent-community/app/Http/Routes/api.php:88
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
username*
Username extracted from the URL path.
Type
Requiredstring
Responses
Successful response
application/json
JSON "courses": [ { "additionalProperties": "string" } ]
{
}