get https://{account}.piwik.pro/api/access-control/v2/global/actions
It gets actions without specific entity context for a given user.
Log in to see full request history
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
Loading…
Response
It gets actions without specific entity context for a given user.
time | status | user agent | |
---|---|---|---|
Retrieving recent requests… |
xxxxxxxxxx
curl --request GET \
--url https://example.piwik.pro/api/access-control/v2/global/actions \
--header 'accept: application/vnd.api+json'
xxxxxxxxxx
35}
{
"data": [
{
"id": "ppms/app",
"type": "ppms/permissions/global",
"attributes": {
"permissions": [
"add"
]
}
},
{
"id": "ppms/user",
"type": "ppms/permissions/global",
"attributes": {
"permissions": [
"list",
"add",
"demote_app_manager",
"demote_meta_site_manager"
]
}
},
{
"id": "ppms/meta-site",