Workday Integration · Capability

Workday Integration Workday Student Finance API — Student Finance

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

Run with Naftiko Workday IntegrationStudent Finance

What You Can Do

GET
Getstudentaccounts — Workday Integration Retrieve a collection of studentAccounts
/v1/studentaccounts
GET
Getstudentaccountbyid — Workday Integration Retrieve a specific StudentAccount
/v1/studentaccounts/{id}

MCP Tools

workday-integration-retrieve-collection-studentaccounts

Workday Integration Retrieve a collection of studentAccounts

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

Workday Integration Retrieve a specific StudentAccount

read-only idempotent

Capability Spec

student-finance-student-finance.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Workday Integration Workday Student Finance API — Student Finance
  description: 'Workday Integration Workday Student Finance API — Student Finance. 2 operations. Lead operation: Workday Integration
    Retrieve a collection of studentAccounts. Self-contained Naftiko capability covering one Workday Integration business
    surface.'
  tags:
  - Workday Integration
  - Student Finance
  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-finance-student-finance
    baseUri: https://{baseUrl}/ccx/api/studentFinance/v1/{tenant}
    description: Workday Integration Workday Student Finance API — Student Finance business capability. Self-contained, no
      shared references.
    resources:
    - name: studentAccounts
      path: /studentAccounts
      operations:
      - name: getstudentaccounts
        method: GET
        description: Workday Integration Retrieve a collection of studentAccounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: studentAccounts-ID
      path: /studentAccounts/{ID}
      operations:
      - name: getstudentaccountbyid
        method: GET
        description: Workday Integration Retrieve a specific StudentAccount
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.WORKDAY_INTEGRATION_API_KEY}}'
  exposes:
  - type: rest
    namespace: student-finance-student-finance-rest
    port: 8080
    description: REST adapter for Workday Integration Workday Student Finance API — Student Finance. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/studentaccounts
      name: studentaccounts
      description: REST surface for studentAccounts.
      operations:
      - method: GET
        name: getstudentaccounts
        description: Workday Integration Retrieve a collection of studentAccounts
        call: student-finance-student-finance.getstudentaccounts
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/studentaccounts/{id}
      name: studentaccounts-id
      description: REST surface for studentAccounts-ID.
      operations:
      - method: GET
        name: getstudentaccountbyid
        description: Workday Integration Retrieve a specific StudentAccount
        call: student-finance-student-finance.getstudentaccountbyid
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: student-finance-student-finance-mcp
    port: 9090
    transport: http
    description: MCP adapter for Workday Integration Workday Student Finance API — Student Finance. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: workday-integration-retrieve-collection-studentaccounts
      description: Workday Integration Retrieve a collection of studentAccounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: student-finance-student-finance.getstudentaccounts
      outputParameters:
      - type: object
        mapping: $.
    - name: workday-integration-retrieve-specific-studentaccount
      description: Workday Integration Retrieve a specific StudentAccount
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: student-finance-student-finance.getstudentaccountbyid
      outputParameters:
      - type: object
        mapping: $.