Audit Event Type refers to an event that has occurred within the platform. These records are generated automatically and can be used to store supplementary information related to the specific event type.
id
string, core
(Read-only) The ID of the item.
key
string, core
(Read-only) The event's key.
name
string, core
(Read-only) The name of the event.
description
string
(Read-only) (Optional) A description of the event.
{
"id": "AET-5699-2751",
"Key": "platform.commerce.order.created",
"Name": "Order created.",
"Description": "A standard event that occurs upon the creation of an order."
},OK
GET /public/v1/audit/event-types HTTP/1.1
Host: api.platform.softwareone.com
Accept: */*
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"key": "text",
"name": "text",
"description": "text"
}
]
}