SAP Fieldglass · Schema

SAP Fieldglass Background Check API - ResultConfirmation

ResultConfirmation schema for SAP Fieldglass Background Check API

Contingent WorkforceExternal TalentHCMServices ProcurementStatements of WorkVendor ManagementWorkforce Management

Properties

Name Type Description
HEADER object
backgroundReportPackage object
View JSON Schema on GitHub

JSON Schema

sap-fieldglass-bgcheck-resultconfirmation.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sap-fieldglass/main/json-schema/sap-fieldglass-bgcheck-resultconfirmation.json",
  "title": "SAP Fieldglass Background Check API - ResultConfirmation",
  "description": "ResultConfirmation schema for SAP Fieldglass Background Check API",
  "type": "object",
  "properties": {
    "HEADER": {
      "type": "object",
      "properties": {
        "AppVersion": {
          "type": "string",
          "description": "App version",
          "example": "FieldglassAPIServer/1.0"
        },
        "OSUAStr": {
          "type": "string",
          "description": "Description",
          "example": "FieldglassAPIServer/1.0"
        },
        "NumRecs": {
          "type": "integer",
          "description": "Number of records",
          "example": 1
        },
        "Status": {
          "type": "string",
          "description": "Status",
          "example": "ok"
        },
        "Details": {
          "type": "string",
          "description": "Details",
          "example": "all ok"
        }
      }
    },
    "backgroundReportPackage": {
      "type": "object",
      "properties": {
        "providerReferenceId": {
          "type": "string",
          "description": "Background check order ID"
        },
        "orderStatus": {
          "type": "string",
          "description": "Overall order status"
        },
        "resultStatus": {
          "type": "string",
          "description": "Overall result status"
        },
        "dateOrderReceived": {
          "type": "string",
          "description": "Date order received"
        },
        "dateOrderCompleted": {
          "type": "string",
          "description": "Verification date"
        },
        "screenings": {
          "type": "array",
          "description": "Details about individual screenings",
          "items": {
            "type": "object",
            "properties": {
              "name": {
                "type": "string",
                "description": "Source name"
              },
              "description": {
                "type": "string",
                "description": "Source detail"
              },
              "type": {
                "type": "string",
                "description": "Test name"
              },
              "screeningStatus": {
                "type": "string",
                "description": "Screening status"
              },
              "screeningResultStatus": {
                "type": "string",
                "description": "Screening result status"
              },
              "dateOrderReceived": {
                "type": "string",
                "description": "Verification date"
              }
            }
          }
        }
      }
    }
  }
}

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-bgcheck-resultconfirmation"
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.