Search Course Using Keyword

View as Markdown
The API endpoint `{{baseUrl}}/api/course/searchCourseList` is a POST request that is used to search for courses by a keyword. ### Request - Method: POST - Base URL: {{baseUrl}} - Path: /api/course/searchCourseList - Headers: - Content-Type: application/x-www-form-urlencoded ### Request Body The request body type is **`x-www-form-urlencoded`** - `key` (string): Search Key - `auth` (string): Authentication token ### Response The response will be in JSON format and will include the following fields: - `success` (string): Indicates the success status of the request. - `data` (array): Contains an array of objects, each representing a course with these properties: - `idCourse` (string): The unique identifier for the course. - `code` (string): The code associated with the course. - `name` (string): The name of the course. - `img_course` (string): The path/source to the course image - `course_demo` (string): The course demo. - `create_link` (string): URL to the course

Request

This endpoint expects an object.
keystringRequired
authstringRequired

Response headers

Keep-Alivestring
X-Powered-Bystring

Response

OK
datalist of objects
successstring