/r/{repoId}/events/{id}
GET
Viewing the configuration of an event
In the response, you receive the detailed information about the specified event and an array of webhooks within the object _embedded.
Parameters
repoId/string/required
The unique ID of the repository.
id/string/required
The unique ID of the event.
Responses
200
The event was determined successfully.
404
The event with the specified ID could not be determined.
Show operation