Pluralsight · JSON Structure

Pluralsight Structure

Structural overview of the Pluralsight API surface; extracted from openapi/.

Type: Properties: 0
CoursesEducationEngineering MetricsLearningSkills AssessmentTechnologyVideo Training

Pluralsight Structure is a JSON Structure definition published by Pluralsight.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Pluralsight",
  "providerId": "pluralsight",
  "kind": "json-structure",
  "description": "Structural overview of the Pluralsight API surface; extracted from openapi/.",
  "schemaCount": 0,
  "operationCount": 4,
  "schemas": [],
  "operations": [
    {
      "method": "GET",
      "path": "/invitations",
      "operationId": "listInvitations",
      "summary": "Pluralsight List Invitations",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "POST",
      "path": "/invitations",
      "operationId": "createInvitation",
      "summary": "Pluralsight Create Invitation",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "GET",
      "path": "/users",
      "operationId": "listUsers",
      "summary": "Pluralsight List Users",
      "tags": [
        "Licensing"
      ]
    },
    {
      "method": "GET",
      "path": "/teams",
      "operationId": "listTeams",
      "summary": "Pluralsight List Teams",
      "tags": [
        "Licensing"
      ]
    }
  ]
}