Events

List events

This endpoint allows you to retrieve all the opened events.

get/2/events

Query parameters

date_frominteger
date_tointeger
event_type'internal' | 'public' | 'server' | 'streaming'
is_cyberattackboolean
locale'de' | 'en' | 'es' | 'fr' | 'it'

Represents a language identifier and a region identifier

show_autoboolean
status'inprogress' | 'planned' | 'reviewed' | 'terminated'

Status of the resource {name}

user_idinteger nullable
with_trashedboolean
event_typesstring[]

Response

OK

result'success' | 'error' | 'asynchronous' required

Result of the HTTP request

Example response

{
  "result": "success",
  "data": [
    {
      "id": 414,
      "url": "ed4px6RxMG",
      "type": "enhancement",
      "status": "terminated",
      "description": {
        "title": "Network maintenance",
        "description": "This maintenance is intended to increase the capacity of our network infrastructure in order to accompany the growth of our activities.",
        "translations": [
          {
            "title": "Network maintenance",
            "body": "This maintenance is intended to increase the capacity of our network infrastructure in order to accompany the growth of our activities.",
            "language": "en"
          }
        ]
      },
      "comments": [
        {
          "title": "Network maintenance",
          "body": "Maintenance details",
          "translations": [
            {
              "title": "Network maintenance",
              "body": "This maintenance is intended to increase the capacity of our network infrastructure in order to accompany the growth of our activities.",
              "language": "en"
            }
          ]
        }
      ],
      "services": [
        {
          "id": 1,
          "name": "hosting"
        }
      ]
    }
  ]
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.