Skip to content

Endpoint

  • Method: GET
  • Path: /admin/courses
  • Edition: Core
  • Controller: CourseAdminController@getCourses
  • Route source: fluent-community/Modules/Course/Http/course_api.php:18
  • Controller source: fluent-community/Modules/Course/Http/Controllers/CourseAdminController.php

GET List Admin Courses

GET
/admin/courses

List Admin Courses for the FluentCommunity Courses API.

Controller: CourseAdminController@getCourses
Route source: fluent-community/Modules/Course/Http/course_api.php:18

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Query Parameters

search

Search read via $request->getSafe() in getCourses().

Type
string

Responses

Successful response

application/json
JSON
{
  
"courses": {
  
  
"data": [
  
  
  
{
  
  
  
  
"id": 0
  
  
  
}
  
  
],
  
  
"current_page": 0,
  
  
"per_page": 0,
  
  
"from": 0,
  
  
"to": 0,
  
  
"total": 0,
  
  
"last_page": 0,
  
  
"has_more": true
  
}
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation