GET api/Conditions/Current?Language={Language}&DeviceId={DeviceId}&ConditionType={ConditionType}
Retrieve the current conditions for the specified language
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Language |
The UI language as specified by ISO 639-1 |
string |
Required |
| DeviceId |
The device's ID |
string |
Required |
| ConditionType |
The type of conditions |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
The current conditions for the specified language
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.