Endpoint
- Method:
GET - Path:
/admin/courses/{course_id}/instructors/search - Edition: Core
- Controller:
CourseAdminController@getOtherInstructors - Route source:
fluent-community/Modules/Course/Http/course_api.php:35 - Controller source:
fluent-community/Modules/Course/Http/Controllers/CourseAdminController.php
GET Search Course Instructors
GET
/admin/courses/{course_id}/instructors/search
Search Course Instructors for the FluentCommunity Courses API.
Controller: CourseAdminController@getOtherInstructors
Route source: fluent-community/Modules/Course/Http/course_api.php:35
Authorizations
ApplicationPasswords
WordPress Application Passwords — use Basic auth with username:application_password.
Type
API Key (header: Authorization)
Parameters
Path Parameters
course_id*
Course ID extracted from the URL path.
Type
Requiredinteger
Query Parameters
search
Search read via $request->getSafe() in getOtherInstructors().
Type
string
Responses
Successful response
application/json
JSON "instructors": [ { "id": 0 } ]
{
}