OpenTV ENTera & OpenTV Platform Documentation

Get PIN Types

Request

To get the current PIN Types, send a GET request to:

http://<host>:<port>/adm/v1/pinTypes

Headers

  • Content-Type: application/json

Response

A successful request returns an HTTP 200 status.

A bad request returns an HTTP 400 status.

Example

The payload of a response to a successful request looks like this:

{
    "totalRecords": 1,
    "resourceSet": [
        {
            "created": "2018-08-23T13:23:37.064Z",
            "modified": "2018-08-23T13:23:45.013Z",
            "description": "Pin Type Description",
            "value": "PinTypeLabel"
        }
    ]
}

See also

For full details of this API, see Account and Device Manager (ADM) API documentation.