Workday Integration · Capability

Workday Integration Workday Student Records API — Student Records

Workday Integration Workday Student Records API — Student Records. 2 operations. Lead operation: Workday Integration Retrieve a collection of academicRecords. Self-contained Naftiko capability covering one Workday Integration business surface.

Run with Naftiko Workday IntegrationStudent Records

What You Can Do

GET
Getacademicrecords — Workday Integration Retrieve a collection of academicRecords
/v1/academicrecords
GET
Getacademicrecordbyid — Workday Integration Retrieve a specific AcademicRecord
/v1/academicrecords/{id}

MCP Tools

workday-integration-retrieve-collection-academicrecords

Workday Integration Retrieve a collection of academicRecords

read-only idempotent
workday-integration-retrieve-specific-academicrecord

Workday Integration Retrieve a specific AcademicRecord

read-only idempotent

Capability Spec

student-records-student-records.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Student Records API — Student Records
  description: 'Workday Integration Workday Student Records API — Student Records. 2 operations. Lead operation: Workday Integration
    Retrieve a collection of academicRecords. Self-contained Naftiko capability covering one Workday Integration business
    surface.'
  tags:
  - Workday Integration
  - Student Records
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    WORKDAY_INTEGRATION_API_KEY: WORKDAY_INTEGRATION_API_KEY
capability:
  consumes:
  - type: http
    namespace: student-records-student-records
    baseUri: https://{baseUrl}/ccx/api/studentRecords/v1/{tenant}
    description: Workday Integration Workday Student Records API — Student Records business capability. Self-contained, no
      shared references.
    resources:
    - name: academicRecords
      path: /academicRecords
      operations:
      - name: getacademicrecords
        method: GET
        description: Workday Integration Retrieve a collection of academicRecords
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: academicRecords-ID
      path: /academicRecords/{ID}
      operations:
      - name: getacademicrecordbyid
        method: GET
        description: Workday Integration Retrieve a specific AcademicRecord
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: student-records-student-records-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Student Records API — Student Records. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/academicrecords
      name: academicrecords
      description: REST surface for academicRecords.
      operations:
      - method: GET
        name: getacademicrecords
        description: Workday Integration Retrieve a collection of academicRecords
        call: student-records-student-records.getacademicrecords
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/academicrecords/{id}
      name: academicrecords-id
      description: REST surface for academicRecords-ID.
      operations:
      - method: GET
        name: getacademicrecordbyid
        description: Workday Integration Retrieve a specific AcademicRecord
        call: student-records-student-records.getacademicrecordbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: student-records-student-records-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Student Records API — Student Records. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-collection-academicrecords
      description: Workday Integration Retrieve a collection of academicRecords
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: student-records-student-records.getacademicrecords
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integration-retrieve-specific-academicrecord
      description: Workday Integration Retrieve a specific AcademicRecord
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: student-records-student-records.getacademicrecordbyid
      outputParameters:
      - type: object
        mapping: $.