Events

Display an event

Returns a variety of information about a single Event specified by the requested unique identifier.

get/2/events/{event_id}

Path parameters

event_idinteger required

The unique identifier (ID) of the event to request.

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.