Inbox Service

ResourceDescription
Delete notification
Get action
Get actions
Get notification
Get notifications
Ignore action
Resolve action

Delete notification

DELETE http://domain:port/application_context/api/core/v2/inbox/notifications/{id}

Path Parameters

NameTypeDescriptionDefault Value
idlong 

Response

TypeDescription
void

Get action

GET http://domain:port/application_context/api/core/v2/inbox/actions/{id}

Path Parameters

NameTypeDescriptionDefault Value
idlong 

Response

TypeDescription
ActionEntity

Get actions

GET http://domain:port/application_context/api/core/v2/inbox/actions?before=String&limit=int

Query Parameters

NameTypeDescriptionDefault Value
beforeString""
limitint"25"

Response

TypeDescription
EntityCollection

Get notification

GET http://domain:port/application_context/api/core/v2/inbox/notifications/{id}

Path Parameters

NameTypeDescriptionDefault Value
idlong 

Response

TypeDescription
NotificationEntity

Get notifications

GET http://domain:port/application_context/api/core/v2/inbox/notifications?before=String&limit=int

Query Parameters

NameTypeDescriptionDefault Value
beforeString""
limitint"25"

Response

TypeDescription
EntityCollection

Ignore action

DELETE http://domain:port/application_context/api/core/v2/inbox/actions/{id}

Path Parameters

NameTypeDescriptionDefault Value
idlong 

Response

TypeDescription
void

Resolve action

POST http://domain:port/application_context/api/core/v2/inbox/actions/{id}/{sequence}

Path Parameters

NameTypeDescriptionDefault Value
idlong 
sequenceint 

Response

TypeDescription
void