post https://{account}.piwik.pro/api/tag/v1//triggers//copy
This action results in asynchronous operation. See more: Asynchronous operations
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Responses
This action results in asynchronous operation. See more: Asynchronous operations
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
18curl --request POST \
--url https://example.piwik.pro/api/tag/v1/app_id/triggers/trigger_id/copy \
--header 'accept: application/vnd.api+json' \
--header 'content-type: application/vnd.api+json' \
--data '
{
"data": {
"type": "trigger",
"relationships": {
"target_app": {
"data": {
"type": "app"
}
}
}
}
}
'
xxxxxxxxxx
17{
"data": {
"id": "12e11cbe-16f4-43b7-93ee-10795ccda34e",
"type": "trigger",
"attributes": {
"name": "Trigger (copy)"
},
"relationships": {
"operation": {
"data": {
"id": "fedbc70e-2390-4b89-8cc4-60a2f6df7b98",
"type": "operation"
}
}
}
}
}