Get Providers
Retrieves available providers.
Request
The following request returns available providers. The ProviderID can be used in subsequent operations to retrieve specific metadata and/or data.
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. |
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. |