Get list of Item Enums

Get a list of item-related enums.

{
    "results": [
        {
            "name": "approval-status",
            "value": "Approval Status"
        },
        {
            "name": "status",
            "value": "Status"
        },
        {
            "name": "type",
            "value": "Type"
        }
    ]
    // Additional detail omitted...
}

πŸ“˜

Traversing the Tree

The request URL in this example ends with 2 chained keys: campaigns_properties and items_properties - returned by Get list of Dictionaries) and Get list of Campaign Enums) respectively. (See Traversing the Tree for an overview.)

Language