get https://{account}.piwik.pro/api/tag/v1//triggers//tags
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/triggers/trigger_id/tags?sort=name' \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
44}
{
"meta": {
"total": 2
},
"links": {
"self": "/api/tag/v1/tags/?sort=name&page[offset]=0&page[limit]=10",
"first": "/api/tag/v1/tags/?sort=name&page[offset]=0&page[limit]=10",
"last": "/api/tag/v1/tags/?sort=name&page[offset]=0&page[limit]=10",
"prev": null,
"next": null
},
"data": [
{
"type": "tag",
"id": "7533cd95-537a-495f-9b10-450b413a3a75",
"attributes": {
"is_active": false,
"is_published": true,
"priority": 15,
"tag_type": "async",
"name": "Piwik PRO",
"consent_type": "analytics",
"template": "piwik",
"created_at": "2020-05-27T10:23:01+00:00",
"updated_at": "2020-05-27T20:09:24+00:00"