Skip to main content

API 1 - Courses API

Professor Applebaum's Courses API (1.0.0)

Download OpenAPI specification:Download

Endpoints

getApiUser

Authorizations:
default
header Parameters
Authorization
string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type
string
Example: application/json
Accept
string
Example: application/json

Responses

Response samples

Content type
application/json
{
  • "id": 1,
  • "name": "Ian Tyler Applebaum",
  • "email": "ian.tyler@electricbluefish.com",
  • "email_verified_at": null,
  • "two_factor_confirmed_at": null,
  • "current_team_id": null,
  • "profile_photo_path": null,
  • "created_at": "2022-12-31T05:15:55.000000Z",
  • "updated_at": "2022-12-31T05:15:55.000000Z",
}

Display the specified resource.

Authorizations:
default
path Parameters
id
required
integer
Example: 1

The ID of the syllabus.

header Parameters
Authorization
string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type
string
Example: application/json
Accept
string
Example: application/json

Responses

Display a listing of the resource.

// * @return \Illuminate\Http\Response

Authorizations:
default
header Parameters
Authorization
string
Example: Bearer {YOUR_AUTH_KEY}
Content-Type
string
Example: application/json
Accept
string
Example: application/json

Responses

Response samples

Content type
application/json
{
  • "result": "ok",
  • "syllabi": [
    ]
}