2.1.1 Compatibility object
The compatibility indicates whether the client application calling this API endpoint is capable of serving this drill or course to the end user. If it is not capable, the client application should decide what to do with this drill, e.g. hide it from the end user.
Example
{
"compatible": false,
"unsupportedFeatures": [ "IMAGE_MEDIA", "AUDIO_MEDIA" ]
}
Fields
Field | Type | Description |
---|---|---|
compatible required |
Boolean | Whether this drill or course is compatible with the requesting client. |
unsupportedFeatures optional |
List of strings | The features not supported by the client. These features are required in order to make use of the drill. Currently, the following features are possibly required:
|
Last updated on