Home

Audit Manager Service (1.0)

Download OpenAPI specification:Download

License: Mosip

Rest Endpoints for operations related to audit

Audit manager controller

Rest endpoints which consist of operations related to Audit Management

Persist a audit

persist a audit

Request Body schema: application/json
id
string
version
string
requesttime
string <date-time>
metadata
object
required
object (AuditRequestDto)

Responses

Request samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "requesttime": "2019-08-24T14:15:22Z",
  • "metadata": { },
  • "request": {
    }
}

Response samples

Content type
application/json
{
  • "id": "string",
  • "version": "string",
  • "responsetime": "2019-08-24T14:15:22Z",
  • "metadata": { },
  • "response": {
    },
  • "errors": [
    ]
}
Home