# API token for assignments

**URL:** https://meta.discourse.org/t/api-token-for-assignments/398168
**Category:** Support
**Created:** [March 11, 2026, 2:21pm UTC](https://meta.discourse.org/t/api-token-for-assignments/398168 "2026-03-11T14:21:42Z")
**Posts on this page:** 1
**Showing post:** 2

<div class="post-metadata">

### Author: ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)
#### Post date: [March 11, 2026, 6:05pm UTC](https://meta.discourse.org/t/api-token-for-assignments/398168/2 "2026-03-11T18:05:20Z")

</div>

It depends on the API endpoint you are hitting.

`GET https://example.com/notifications?limit=30&recent=true&filter_by_types=assigned&silent=true` will get that exact list.

Maybe your integration is using `GET https://example.com/topics/messages-assigned/username.json`, which supports a `direct` parameter that can be true for only your own assignments and false for group assignments to be included.

---

_[View the full topic](https://meta.discourse.org/t/api-token-for-assignments/398168)._
