Get Entities
Returns all available entities.
Request
The following request returns all available entities. You can use the name returned in conjunction with the ProviderID to get data about a particular 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. |
|
ServiceURL |
Path |
String |
Service URL from provider. This is returned when getting all providers. |
Responses
| Response Code | Description |
|---|---|
|
200 |
Gets all entities.. |
|
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. |