Operation | HTTP Request | Description |
---|---|---|
get |
GET /publisher/reports/ |
Report list |
post |
POST /publisher/reports/ |
Create report |
Operation | HTTP Request | Description |
---|---|---|
get |
GET /publisher/reports/system-configs/ |
Systemreportconfig list |
get |
GET /publisher/reports/system-configs/{slug}/ |
Retrieve systemreportconfig |
Operation | HTTP Request | Description |
---|---|---|
get |
GET /publisher/reports/user-configs/ |
Userreportconfig list |
post |
POST /publisher/reports/user-configs/ |
Create userreportconfig |
get |
GET /publisher/reports/user-configs/{uuid}/ |
Retrieve userreportconfig |
put |
PUT /publisher/reports/user-configs/{uuid}/ |
Update userreportconfig |
delete |
DELETE /publisher/reports/user-configs/{uuid}/ |
Destroy userreportconfig |
patch |
PATCH /publisher/reports/user-configs/{uuid}/ |
Partial update userreportconfig |