PeopleSoft · Schema

ClassEnrollment

PeopleSoft class enrollment record.

Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain Management

Properties

Name Type Description
EMPLID string Student ID.
CLASS_NBR integer Class number.
CRSE_ID string Course ID.
SUBJECT string Subject area.
CATALOG_NBR string Catalog number.
DESCR string Course description.
UNT_TAKEN number Units taken.
GRADE_INPUT string Grade.
ENRL_STATUS_REASON string Enrollment status.
STRM string Term code.
View JSON Schema on GitHub

JSON Schema

peoplesoft-classenrollment-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ClassEnrollment",
  "title": "ClassEnrollment",
  "type": "object",
  "description": "PeopleSoft class enrollment record.",
  "properties": {
    "EMPLID": {
      "type": "string",
      "description": "Student ID.",
      "example": "STU001234"
    },
    "CLASS_NBR": {
      "type": "integer",
      "description": "Class number.",
      "example": 10542
    },
    "CRSE_ID": {
      "type": "string",
      "description": "Course ID.",
      "example": "CS101"
    },
    "SUBJECT": {
      "type": "string",
      "description": "Subject area.",
      "example": "COMPSCI"
    },
    "CATALOG_NBR": {
      "type": "string",
      "description": "Catalog number.",
      "example": "101"
    },
    "DESCR": {
      "type": "string",
      "description": "Course description.",
      "example": "Introduction to Computer Science"
    },
    "UNT_TAKEN": {
      "type": "number",
      "description": "Units taken.",
      "example": 3.0
    },
    "GRADE_INPUT": {
      "type": "string",
      "description": "Grade.",
      "example": "A"
    },
    "ENRL_STATUS_REASON": {
      "type": "string",
      "description": "Enrollment status.",
      "enum": [
        "ENRL",
        "DROP",
        "WAIT"
      ],
      "example": "ENRL"
    },
    "STRM": {
      "type": "string",
      "description": "Term code.",
      "example": "2261"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/peoplesoft-classenrollment"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.