Get Data
Returns data for an entity.
Request
The following request returns data for the specified ProviderID and entity.
Parameters
|
Name |
Location |
Type |
Description |
|---|---|---|---|
|
Authorization |
Header |
String |
Only required for production access when using SAP Fieldglass. |
|
X-ApplicationKey |
Header |
String |
The company-specific key provided by SAP Fieldglass for API access. |
|
ProviderID |
Path |
String |
The ID for the entity (in this case, the report). Required. |
|
entityName |
Path |
String |
The name of the entity (report). It can be obtained via the GET /{ServiceURL} operation. Required. |
|
$top |
Query |
Integer |
Limits the number of items returned, up to but not exceeding the number specified The default is 20. |
|
$skip |
Query |
Integer |
Excludes the number of items specified from the collection. |
|
$filter |
Query |
String |
Restricts the items returned by property values. |
|
$orderby |
Query |
Array [String] |
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. |
|
$select |
Query |
Array [String] |
Provide a comma-separated list of the properties to be returned. |
Responses
| Response Code | Description |
|---|---|
|
200 |
Gets all providers. |
|
400 |
Bad Request. This response is returned if the specified URL is invalid, the request is not formatted correctly, or if the request is missing a required field. |
|
401 |
Unauthorized. User/password or application key is not verified. |
|
403 |
Forbidden. Token is not verified. |
|
404 |
Not Found. Service being requested does not exist. |
|
500 |
Internal Server Error. Server is not available. |
|
503 |
Internal Server Error. Server is not available. |