Get Metadata
Returns metadata for a provider.
Request
The following request returns metadata for the specified ProviderID.
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). This is returned when getting all providers. Required. |
Responses
| Response Code | Description |
|---|---|
|
200 |
Metadata information for the given entity. |
|
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. |