POST api/Notification/GetNotifications
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
Model | No documentation available. |
Define this parameter in the request body. |
Request body formats
application/json, text/json
Sample:
{ "filter": { "Date": "2025-06-16T19:18:41.3457507+05:30", "From": "sample string 2", "Subject": "sample string 3" }, "paging": { "PageIndex": 1, "PageSize": 2, "Sort": { "SortBy": "sample string 1", "SortDirection": 0 } }, "NotificationTypeID": 1, "UserID": 2, "RoleID": 3, "OwnerID": 4 }
application/xml, text/xml
Sample:
<NotificationModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/crmData.Models"> <NotificationTypeID>1</NotificationTypeID> <OwnerID>4</OwnerID> <RoleID>3</RoleID> <UserID>2</UserID> <filter> <Date>2025-06-16T19:18:41.3457507+05:30</Date> <From>sample string 2</From> <Subject>sample string 3</Subject> </filter> <paging> <PageIndex>1</PageIndex> <PageSize>2</PageSize> <Sort> <SortBy>sample string 1</SortBy> <SortDirection>Asc</SortDirection> </Sort> </paging> </NotificationModel>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.