SAP Fieldglass · Schema

SAP Fieldglass Approval API - approvals

approvals schema for SAP Fieldglass Approval API

Contingent WorkforceExternal TalentHCMServices ProcurementStatements of WorkVendor ManagementWorkforce Management

Properties

Name Type Description
HEADER object
PAYLOAD array
View JSON Schema on GitHub

JSON Schema

sap-fieldglass-approval-approvals.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sap-fieldglass/main/json-schema/sap-fieldglass-approval-approvals.json",
  "title": "SAP Fieldglass Approval API - approvals",
  "description": "approvals schema for SAP Fieldglass Approval API",
  "type": "object",
  "properties": {
    "HEADER": {
      "type": "object",
      "properties": {
        "appVersion": {
          "type": "string",
          "description": "API version."
        },
        "OSUAStr": {
          "type": "string",
          "description": "API version"
        },
        "numRecs": {
          "type": "integer",
          "description": "Number of records returned in the payload."
        },
        "status": {
          "type": "string",
          "description": "Status of the API call."
        },
        "details": {
          "type": "string",
          "description": "Always All Ok for successful responses."
        }
      }
    },
    "PAYLOAD": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "moduleID": {
            "type": "string",
            "description": "Numeric module reference ID."
          },
          "moduleName": {
            "type": "string",
            "description": "Name of module, also type of object to be approved."
          },
          "ID": {
            "type": "string",
            "description": "Globally unique database-level identifier of object. This is the ID used for the drill down call. Not visible to end users."
          },
          "Attributes": {
            "type": "object",
            "properties": {
              "ref": {
                "type": "string",
                "description": "Object ID, visible to end users."
              },
              "uom": {
                "type": "string",
                "description": "3-character currency code."
              },
              "name": {
                "type": "string",
                "description": "Name of object as defined by user."
              },
              "startDate": {
                "type": "string",
                "description": "Start date."
              },
              "endDate": {
                "type": "string",
                "description": "End date."
              },
              "amount": {
                "type": "string",
                "description": "Amount to be approved."
              },
              "refVersion": {
                "type": "integer",
                "description": "Revision number of object to be approved."
              },
              "validObject": {
                "type": "boolean",
                "description": "Always returns false."
              },
              "createDate": {
                "type": "string",
                "description": "Recorded start date of object to be approved. Logical value is module dependent."
              },
              "creatorName": {
                "type": "string",
                "description": "Creator name."
              },
              "uniqueName": {
                "type": "string",
                "description": "Unique name."
              },
              "emailId": {
                "type": "string",
                "description": "Unique name."
              },
              "status": {
                "type": "string",
                "description": "Ok if response is OK."
              },
              "sourceLink": {
                "type": "string",
                "description": "Source link."
              },
              "others": {
                "type": "object",
                "properties": {},
                "description": "Additional data captured in SAP Fieldglass for the object. Full list of data is module and configuration-dependent and should be consumed/presented as extrinsic."
              }
            }
          },
          "Status": {
            "type": "string",
            "description": "Ok if response is OK."
          },
          "Details": {
            "type": "string",
            "description": "All ok if response is OK."
          },
          "ActivityID": {
            "type": "string",
            "description": "Ok if response is OK."
          }
        }
      }
    }
  }
}

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/sap-fieldglass-approval-approvals"
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 email required.

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