get https://{account}.piwik.pro/api/cdp/settings/v1/enum
Returns enum variants of the specified enum.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
Returns enum variants of the specified enum.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url 'https://example.piwik.pro/api/cdp/settings/v1/enum?name=event_type' \
--header 'accept: application/json'
xxxxxxxxxx
14[
{
"id": 1,
"label": "Page View"
},
{
"id": 2,
"label": "Outlink"
},
{
"id": 3,
"label": "Download"
}
]