get https://backstage.taboola.com/backstage/api/1.0/resources/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.)