get https://backstage.taboola.com/backstage/api/1.0/resources/campaigns_properties/operating_systems/iOS/
Get a list of supported iOS versions (e.g. for OS targeting).
{
   "results": [
      {
         "name": "iOS_13",
         "value": "iOS 13"
      },
      {
         "name": "iOS_12",
         "value": "iOS 12"
      },
      {
         "name": "iOS_11",
         "value": "iOS 11"
      },
      {
         "name": "iOS_10",
         "value": "iOS 10"
      }
      // Additional rows (objects) omitted...
   ]
   // Additional detail omitted...
}
Traversing the TreeThe request URL in this example ends with 3 chained keys:
campaigns_properties,operating_systemsandiOS- returned by Get list of Dictionaries, Get list of Campaign Enums and Get list of Operating Systems respectively. (See Traversing the Tree for an overview.)
