# ReleaseNote

## Retrieves the latest live release note visible to the current user.

> Returns the most recent published release note and filters its content sections based on the user's role memberships.

```json
{"openapi":"3.0.1","info":{"title":"WebApi | v1","version":"1.0.0"},"tags":[{"name":"ReleaseNote"}],"servers":[{"url":"https://api.safegpt.nl/"}],"security":[{"Bearer":[]}],"components":{"securitySchemes":{"Bearer":{"type":"http","description":"JWT bearer token. Example: 'Bearer {token}'.","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/v1/ReleaseNote/GetLatestLive":{"get":{"tags":["ReleaseNote"],"summary":"Retrieves the latest live release note visible to the current user.","description":"Returns the most recent published release note and filters its content sections based on the user's role memberships.","responses":{"200":{"description":"OK"},"401":{"description":"Authentication is required."},"403":{"description":"The user is not authorized to access this endpoint."}}}}}}
```

## Retrieves live release notes that are new for the current user.

> Compares published release notes against the optional last-seen version and returns only unseen notes, with role-filtered content.

```json
{"openapi":"3.0.1","info":{"title":"WebApi | v1","version":"1.0.0"},"tags":[{"name":"ReleaseNote"}],"servers":[{"url":"https://api.safegpt.nl/"}],"security":[{"Bearer":[]}],"components":{"securitySchemes":{"Bearer":{"type":"http","description":"JWT bearer token. Example: 'Bearer {token}'.","scheme":"bearer","bearerFormat":"JWT"}}},"paths":{"/v1/ReleaseNote/GetWhatsNew":{"get":{"tags":["ReleaseNote"],"summary":"Retrieves live release notes that are new for the current user.","description":"Compares published release notes against the optional last-seen version and returns only unseen notes, with role-filtered content.","parameters":[{"name":"lastSeenReleaseNoteVersion","in":"query","schema":{"type":"string"}}],"responses":{"200":{"description":"OK"},"401":{"description":"Authentication is required."},"403":{"description":"The user is not authorized to access this endpoint."}}}}}}
```


---

# 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://docs.safegpt.nl/api-nl/endpoints/releasenote.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.
