ReferenceAPI reference
Inbox
3 operations in the Inbox group.
GET /api/resources/{workspace}/inbox-items
Operation ID: listInboxItems
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
workspace | path | yes | string |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Inbox items. | InboxItemCollectionResponse |
GET /api/resources/{workspace}/inbox-items/{inboxItem}
Operation ID: getInboxItem
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
workspace | path | yes | string | |
inboxItem | path | yes | string |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Inbox item. | InboxItemResponse |
PATCH /api/resources/{workspace}/inbox-items/{inboxItem}
Operation ID: updateInboxItem
Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
workspace | path | yes | string | |
inboxItem | path | yes | string |
Responses
| Status | Description | Schema |
|---|---|---|
| 200 | Updated inbox item. | InboxItemResponse |