GET api/WidevineProtectionInfoConfiguration

Returns the current WidevineProtectionInfoConfiguration.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

WidevineProtectionInfoConfiguration
NameDescriptionTypeAdditional information
PlayReadyLaUrl

The PlayReady LA URL.

string

Max length: 256

Min length: 0

Created

The date-time (in the ISO 8601 format) when the WidevineProtectionInfoConfiguration was first created.

date

None.

Updated

The date-time (in the ISO 8601 format) when the WidevineProtectionInfoConfiguration was last updated.

date

None.

Status Codes

All HTTP status codes must be expected, but the following status codes are the most probable:

  • OK (200) - The current WidevineProtectionInfoConfiguration is successfully retrieved.

Response Formats

application/json, text/json

Sample:
{
  "PlayReadyLaUrl": "sample string 1",
  "Created": "2024-09-24T02:22:39.5005599+00:00",
  "Updated": "2024-09-24T02:22:39.5005599+00:00"
}