Audit Web Services
Jump to navigation
Jump to search
Overview
Fusion Registry 11 provides 2 main audit functions
- Audit of structure events, including data registrations
- System audits, example Fusion Portal events
Audited Structure Events
Request
List all the supported endpoints. This is used by Fusion Portal to enable the user to select an endpoint type.
| Entry Point | /ws/secure/audit/getDetailsByTransactionId |
| Access | Restricted to Portal Manager |
| Http Method | GET |
Response Format
[
{
"ID" : "SDMX_REST_v1",
"Name" : "REST API V1",
"Description" : "Connects to an SDMX REST API which complies with version 1.5.0 of the specification https://github.com/sdmx-twg/sdmx-rest/blob/v1.5.0/v2_1/ws/rest/src/sdmx-rest.yaml",
"Properties" : [
{
"Id": "api",
"Name": "URL",
"Description": "SDMX REST API which complies with version 1.5.0 of the specification https://github.com/sdmx-twg/sdmx-rest/blob/v1.5.0/v2_1/ws/rest/src/sdmx-rest.yaml",
"Required": true,
"Type": "URL"
}, ...
],
}
]