get https://{account}.piwik.pro/api/tag/v1//variables/
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/tag/v1/app_id/variables/variable_id \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
18{
"data": {
"id": "677423b3-e529-4e03-88fd-d3b9dcacf2cf",
"type": "variable",
"attributes": {
"name": "New variable name",
"value": "parameter",
"variable_type": "url",
"builtin": false,
"is_published": false,
"options": {
"parameter_name": "param1"
},
"created_at": "2020-01-29T13:43:57+00:00",
"updated_at": "2020-01-29T13:43:57+00:00"
}
}
}