get https://backstage.taboola.com/backstage/api/1.0/resources/campaigns_properties/items_properties/cta
Sample response:
{
    "results": [
        {
            "name": "DOWNLOAD",
            "value": "Download"
        },
        {
            "name": "INSTALL_NOW",
            "value": "Install Now"
        },
        {
            "name": "LEARN_MORE",
            "value": "Learn More"
        },
        //...
    ],
    "metadata": {
        //...
    }
}
Traversing the TreeThe request URL in this example ends with 3 chained keys:
campaigns_properties,items_propertiesandcta- returned by Get list of Dictionaries, Get list of Campaign Enums and Get list of Item Enums respectively. (See Traversing the Tree for an overview.)
