/api/space/audit-log-management

The following operation is supported on this resource:

GET / Version 1

This API gives the URI of the collection of audit logs.

Sample Usage

GET /


  • Sample Output XML:
    <audit-log-management>
       <collection href="api/space/audit-log-management/audit-logs" rel="Collection-of-audit-logs-recorded-by-all-services"/>
    </audit-log-management>

  • Sample Output JSON:

    {
       "audit-log-management":
       {
          "collection":
          {
             "@href": "/api/space/audit-log-management/audit-logs",
             "@rel": "Collection-of-audit-logs-recorded-by-all-services"
          }
       }

  • Access Control

    The following capabilities are required to access this API: DefaultRead