Notifications / Get

Route: /api/{tenant:minlength(2)}/v{version:apiVersion}/notifications/get

Method: GET

Authorisation: Minimum role: USER

Request Arguments
Name Type Source
filterDTO_notification_filterQuery

  Request body example

Response object

Response status: 200 (OK)

Response type: DTO_notification_response_wrapper

Wrapper: DTO_response_wrap_get_many

Other response statuses: 400 (BadRequest), 403 (Forbidden)

  Response body example

DTO_notification_filter
NameTypeReadOnlyDescription
hide_obsoleteBooleanHide obsolete
searchStringSearch
sort_orderENUM sort_orderSort order
takeInt32Take
pageInt32Page
DTO_notification_response_wrapper
NameTypeReadOnlyDescription
notificationsDTO_notification[]Notifications
unread_countInt32Unread count
DTO_notification
NameTypeReadOnlyDescription
created_byDTO_reference_userReadOnlyCreated by
idInt32Id
entityENUM entityEntity
entity_idInt32Entity id
typeENUM notification_typeType
labelStringLabel
created_atDateTimeCreated at
obsolete_atDateTime (nullable)Obsolete at
read_atDateTime (nullable)Read at
DTO_reference_user
NameTypeReadOnlyDescription
profile_picStringReadOnlyProfile pic
emailStringReadOnlyEmail
idInt32Id
labelObjectReadOnlyLabel
ENUM entity
ValueNameDescription
0UNKNOWNUNKNOWN
1LISTLIST
2GROUPGROUP
3USERUSER
4LIST_ENTRYLIST_ENTRY
5TICKETTICKET
6SEARCHSEARCH
7INVOICEINVOICE
8KNOWLEDGE_BASEKNOWLEDGE_BASE
9SCRAPED_ITEMSCRAPED_ITEM
10FIELDFIELD
11TICKET_CONVERSATIONTICKET_CONVERSATION
12EXPORTEXPORT
13EXTERNAL_PRODUCTEXTERNAL_PRODUCT
14TEMPLATETEMPLATE
15PROFILE_APIPROFILE_API
ENUM notification_type
ValueNameDescription
0UNKNOWNUNKNOWN
1NEW_TICKETNEW_TICKET
2ASSIGNED_TICKETASSIGNED_TICKET
3REPLIED_TICKETREPLIED_TICKET
21USER_MENTIONEDUSER_MENTIONED
ENUM sort_order
ValueNameDescription
0ASCASC
1DESCDESC