Sap Fieldglass Odata Examples
Request examples for the SAP Fieldglass SAP Fieldglass OData-Based Analytic API
Sap Fieldglass Odata Examples is an example object payload from SAP Fieldglass, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
Example Payload
{
"name": "SAP Fieldglass SAP Fieldglass OData-Based Analytic API Examples",
"description": "Request examples for the SAP Fieldglass SAP Fieldglass OData-Based Analytic API",
"api": "SAP Fieldglass OData-Based Analytic API",
"examples": [
{
"method": "GET",
"path": "/Providers",
"summary": "Get all available providers.",
"description": "Returns available providers. The ProviderID can be used in subsequent operations to retrieve specific metadata and/or data.",
"operationId": "",
"parameters": [
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "",
"in": "",
"required": false,
"description": ""
}
]
},
{
"method": "GET",
"path": "/{ProviderID}/$metadata",
"summary": "Get metadata for an entity.",
"description": "Returns metadata for the specified ProviderID. A JSON schema is returned representing the metadata.",
"operationId": "",
"parameters": [
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "ProviderID",
"in": "path",
"required": true,
"description": "The ID for the entity (in this case, the report). This is returned when getting all providers."
}
]
},
{
"method": "GET",
"path": "/{ServiceURL}",
"summary": "Get all available entities.",
"description": "Returns all available entities. You can use the name returned in conjunction with the ProviderID to get data about a particular entity.",
"operationId": "",
"parameters": [
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "ServiceURL",
"in": "path",
"required": true,
"description": "Service URL from provider. This is returned when getting all providers."
}
]
},
{
"method": "GET",
"path": "/{ProviderID}/{entityName}",
"summary": "Get data for an entity.",
"description": "Returns data for the specified ProviderID and entity.",
"operationId": "",
"parameters": [
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "ProviderID",
"in": "path",
"required": true,
"description": "The ID for the entity (in this case, the report)."
},
{
"name": "entityName",
"in": "path",
"required": true,
"description": "The name of the entity (report). It can be obtained via the GET /{ServiceURL} operation."
},
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "",
"in": "",
"required": false,
"description": ""
},
{
"name": "$orderby",
"in": "query",
"required": false,
"description": "The property or properties used to order the results. If there is more than one, separate using a comma. You can also specify asc for ascending and desc for descending order. For more information, see [OData Sorting](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374629)."
},
{
"name": "$select",
"in": "query",
"required": false,
"description": "Provide a comma-separated list of the properties to be returned. For more information, see [OData Select](http://docs.oasis-open.org/odata/odata/v4.0/odata-v4.0-part1-protocol.html#_Toc445374620)."
},
{
"name": "packageSize",
"in": "query",
"required": false,
"description": "Provide the number of rows returned per page."
},
{
"name": "pageNum",
"in": "query",
"required": false,
"description": "Where returned data spans multiple pages, specify the number of the page to return."
}
]
}
]
}
Work with this as data
Every example 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 examples
4 MCP tools reach this
find_examplesBrowse and filter every example 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.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/examples/sap-fieldglass-odata-examples"
curl "https://apis.io/api/v1/examples?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.