PeopleSoft · Arazzo Workflow

PeopleSoft Pivot Grid Dashboard Pull

Version 1.0.0

List available pivot grid definitions, then retrieve the data for the first grid with optional filters.

1 workflow 1 source API 1 provider
View Spec View on GitHub Campus SolutionsCRMEnterprise SoftwareERPFinancial ManagementHCMSupply Chain ManagementArazzoWorkflows

Provider

peoplesoft

Workflows

pivot-grid-dashboard
Discover a pivot grid then pull its data for a dashboard.
Lists pivot grid definitions and retrieves the data for the first grid with optional filter criteria.
2 steps inputs: authorization, filters outputs: data, gridId, grids
1
listGrids
Retrieve the available pivot grid definitions and select the first one.
2
getGridData
Retrieve the data for the first pivot grid with optional filter criteria applied.

Source API Descriptions

Arazzo Workflow Specification

Raw ↑
arazzo: 1.0.1
info:
  title: PeopleSoft Pivot Grid Dashboard Pull
  summary: List available pivot grid definitions, then retrieve the data for the first grid with optional filters.
  description: >-
    An operational analytics flow over the PeopleSoft Pivot Grid API. It lists
    the available pivot grid definitions, selects the first grid, and retrieves
    its underlying data with optional JSON-encoded filter criteria so a
    dashboard can be rendered from live PS Query or component-sourced data.
    Every step spells out its request inline so the flow can be read and
    executed without opening the underlying OpenAPI description.
  version: 1.0.0
sourceDescriptions:
- name: pivotGridsApi
  url: ../openapi/peoplesoft-pivot-grids-api-openapi.yml
  type: openapi
workflows:
- workflowId: pivot-grid-dashboard
  summary: Discover a pivot grid then pull its data for a dashboard.
  description: >-
    Lists pivot grid definitions and retrieves the data for the first grid with
    optional filter criteria.
  inputs:
    type: object
    required:
    - authorization
    properties:
      authorization:
        type: string
        description: HTTP Basic auth header value (e.g. "Basic dXNlcjpwYXNz").
      filters:
        type: string
        description: Optional JSON-encoded filter criteria for the grid data.
  steps:
  - stepId: listGrids
    description: >-
      Retrieve the available pivot grid definitions and select the first one.
    operationId: listPivotGrids
    parameters:
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      grids: $response.body#/grids
      firstGridId: $response.body#/grids/0/gridId
  - stepId: getGridData
    description: >-
      Retrieve the data for the first pivot grid with optional filter criteria
      applied.
    operationId: getPivotGridData
    parameters:
    - name: gridId
      in: path
      value: $steps.listGrids.outputs.firstGridId
    - name: filters
      in: query
      value: $inputs.filters
    - name: Authorization
      in: header
      value: $inputs.authorization
    successCriteria:
    - condition: $statusCode == 200
    outputs:
      data: $response.body
  outputs:
    grids: $steps.listGrids.outputs.grids
    gridId: $steps.listGrids.outputs.firstGridId
    data: $steps.getGridData.outputs.data

Work with this as data

Every workflow 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 arazzo workflows

4 MCP tools reach this
  • find_arazzoBrowse and filter every workflow 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 workflow
curl "https://apis.io/api/v1/arazzo/peoplesoft-pivot-grid-dashboard-workflow"
All arazzo workflows
curl "https://apis.io/api/v1/arazzo?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.