# Event Types

### Access Granted Event Types

| Event Type | Description                                           |
| ---------- | ----------------------------------------------------- |
| 100        | Generic event for unclassified access granted events. |
| 101        | Access granted using **code**.                        |
| 102        | Access granted using **proximity key**.               |
| 103        | Access granted using **proximity key** and **PIN**.   |
| 104        | Exit button.                                          |
| 105        | Access granted using a **common code**.               |

### Access Denied Event Types

| Event Type | Description                                                                      |
| ---------- | -------------------------------------------------------------------------------- |
| 200        | Generic event for unclassified access denied events.                             |
| 201        | Access denied due to the access key used is unknown.                             |
| 202        | Access denied due to the access key has expired (outside the validity period).   |
| 203        | Access denied due to the access key has been blacklisted.                        |
| 204        | Access denied due to the access key has been disabled.                           |
| 205        | Access denied due to an PIN has not been set for the access key.                 |
| 206        | Access denied due to the access key is not authorized.                           |
| 207        | Access denied due to the access key was used outside the expected time schedule. |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://apidocs.intserv.se/api-overview/event-types.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
