Registration

A student registration record for a quarter, including registration status and unit counts.

EducationHigher EducationUniversityPublic Research UniversityUC SystemUnited StatesCaliforniaCampusStudent Information SystemCourse CatalogAcademicsIdentity FederationResearch RepositoryLibraryAPI GatewayDeveloper Portal

Properties

Name Type Description
perm string Student 7 character perm
quarter string Quarter with format YYYYQ
classLevelCode string Class level code for the quarter. See public look up api for translations
classificationCode string Classification code for the quarter. See public look up api for translations
regStatusCode string Registration status code for the quarter. See public look up api for translations
feeStatusCode string Fee status code for the quarter. See public look up api for translations
objLevelCode string Object level code for the quarter. See public look up api for translations
registeredPaidFlag string When (RegStatus code is either 'R' or 'E') and (Fee Status code is not empty)
eapReciprocityFlag string Check if the student is on EAP Reciprocity
studyLoadStatus string Status of the study load example value - F (full time), H (half time)
studyLoadUnits number Total Study load units for the quarter
appointment1BeginDateTime string First Appointment Begin date and time
appointment2BeginDateTime string Second Appointment Begin date and time
appointment3BeginDateTime string Third Appointment Begin date and time
View JSON Schema on GitHub

JSON Schema

ucsb-student-registration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ucsb/main/json-schema/ucsb-student-registration-schema.json",
  "title": "Registration",
  "description": "A student registration record for a quarter, including registration status and unit counts.",
  "required": [
    "perm",
    "quarter"
  ],
  "type": "object",
  "properties": {
    "perm": {
      "description": "Student 7 character perm",
      "maxLength": 7,
      "minLength": 0,
      "type": "string"
    },
    "quarter": {
      "description": "Quarter with format YYYYQ",
      "maxLength": 5,
      "minLength": 0,
      "type": "string"
    },
    "classLevelCode": {
      "description": "Class level code for the quarter. See public look up api for translations",
      "maxLength": 2,
      "minLength": 0,
      "type": "string"
    },
    "classificationCode": {
      "description": "Classification code for the quarter. See public look up api for translations",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "regStatusCode": {
      "description": "Registration status code for the quarter. See public look up api for translations",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "feeStatusCode": {
      "description": "Fee status code for the quarter. See public look up api for translations",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "objLevelCode": {
      "description": "Object level code for the quarter. See public look up api for translations",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "registeredPaidFlag": {
      "description": "When (RegStatus code is either 'R' or 'E') and (Fee Status code is not empty)",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "eapReciprocityFlag": {
      "description": "Check if the student is on EAP Reciprocity",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "studyLoadStatus": {
      "description": "Status of the study load example value - F (full time), H (half time)",
      "maxLength": 1,
      "minLength": 0,
      "type": "string"
    },
    "studyLoadUnits": {
      "format": "double",
      "description": "Total Study load units for the quarter",
      "maximum": 99,
      "minimum": 0,
      "pattern": "^\\d+\\.\\d{1,2}$",
      "type": "number"
    },
    "appointment1BeginDateTime": {
      "format": "date-time",
      "description": "First Appointment Begin date and time",
      "type": "string"
    },
    "appointment2BeginDateTime": {
      "format": "date-time",
      "description": "Second Appointment Begin date and time",
      "type": "string"
    },
    "appointment3BeginDateTime": {
      "format": "date-time",
      "description": "Third Appointment Begin date and time",
      "type": "string"
    }
  },
  "x-source": "openapi/ucsb-student-registrations-openapi.yml",
  "x-method": "derived",
  "x-generated": "2026-08-30"
}

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/ucsb-student-registration"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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