List Audit Event Types

get
Responses
200
OK
application/json
get
GET /public/v1/audit/event-types HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
200

OK

{
  "$meta": {
    "pagination": {
      "offset": 1,
      "limit": 1,
      "total": 1
    },
    "omitted": [
      "text"
    ]
  },
  "data": [
    {
      "id": "text",
      "key": "text",
      "name": "text",
      "description": "text"
    }
  ]
}

Last updated

Was this helpful?