PeopleSoft · JSON Structure

Peoplesoft Campus Solutions Student Structure

PeopleSoft Campus Solutions student record.

Type: object Properties: 13
Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain Management

Student is a JSON Structure definition published by PeopleSoft, describing 13 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

EMPLID NAME ACAD_CAREER ACAD_PROG ACAD_PLAN ADMIT_TERM ACAD_LEVEL_BOT CUM_GPA TOT_TAKEN_GPA INSTITUTION CAMPUS STDNT_CAR_NBR ACAD_STANDING

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/peoplesoft/refs/heads/main/json-structure/peoplesoft-campus-solutions-student-structure.json",
  "name": "Student",
  "description": "PeopleSoft Campus Solutions student record.",
  "type": "object",
  "properties": {
    "EMPLID": {
      "type": "string",
      "description": "Student ID.",
      "example": "STU001234"
    },
    "NAME": {
      "type": "string",
      "description": "Student name.",
      "example": "Alex Johnson"
    },
    "ACAD_CAREER": {
      "type": "string",
      "description": "Academic career.",
      "enum": [
        "UGRD",
        "GRAD",
        "LAW",
        "MED"
      ],
      "example": "UGRD"
    },
    "ACAD_PROG": {
      "type": "string",
      "description": "Academic program.",
      "example": "BSCS"
    },
    "ACAD_PLAN": {
      "type": "string",
      "description": "Academic plan/major.",
      "example": "COMPSCI"
    },
    "ADMIT_TERM": {
      "type": "string",
      "description": "Admission term.",
      "example": "2026F"
    },
    "ACAD_LEVEL_BOT": {
      "type": "string",
      "description": "Academic level.",
      "enum": [
        "FR",
        "SO",
        "JR",
        "SR",
        "GR"
      ],
      "example": "JR"
    },
    "CUM_GPA": {
      "type": "double",
      "description": "Cumulative GPA.",
      "example": 3.65
    },
    "TOT_TAKEN_GPA": {
      "type": "double",
      "description": "Total GPA units taken.",
      "example": 90.0
    },
    "INSTITUTION": {
      "type": "string",
      "description": "Institution code.",
      "example": "MYUNV"
    },
    "CAMPUS": {
      "type": "string",
      "description": "Campus code.",
      "example": "MAIN"
    },
    "STDNT_CAR_NBR": {
      "type": "int32",
      "description": "Student career number.",
      "example": 0
    },
    "ACAD_STANDING": {
      "type": "string",
      "description": "Academic standing.",
      "enum": [
        "GS",
        "GP",
        "AP",
        "DQ"
      ],
      "example": "GS"
    }
  },
  "x-schema-source": "domain-knowledge"
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/peoplesoft-campus-solutions-student-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.