Get list of Platforms

Get a list of supported platforms (e.g. for platform targeting).

Sample response:

{
    "results": [
        {
            "name": "DESK",
            "value": "Desktop"
        },
        {
            "name": "PHON",
            "value": "Smartphone"
        },
        {
            "name": "TBLT",
            "value": "Tablet"
        }
    ],
    // Additional detail omitted...
}

πŸ“˜

Traversing the Tree

The request URL in this example ends with the key platforms - returned by Get list of Dictionaries. (See Traversing the Tree for an overview.)

Language