POST api/Notification/Search
Request Information
URI Parameters
None.
Body Parameters
NotificationPaginated| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUser | integer |
None. |
|
| Page | integer |
None. |
|
| Size | integer |
None. |
|
| SearchText | string |
None. |
|
| IsFederal | boolean |
None. |
|
| IsState | boolean |
None. |
|
| OrderType | integer |
None. |
|
| IdCountry | integer |
None. |
|
| Types | Collection of integer |
None. |
|
| StartDate | date |
None. |
|
| EndDate | date |
None. |
|
| OrderDirection | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"IdUser": 1,
"Page": 2,
"Size": 3,
"SearchText": "sample string 4",
"IsFederal": true,
"IsState": true,
"OrderType": 7,
"IdCountry": 1,
"Types": [
1,
2
],
"StartDate": "2026-04-05T16:59:03.4758374+00:00",
"EndDate": "2026-04-05T16:59:03.4758374+00:00",
"OrderDirection": "sample string 8"
}
application/xml, text/xml
Sample:
<NotificationPaginated xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/GlobalMind.AgendaV2.Domain.Transport">
<EndDate>2026-04-05T16:59:03.4758374+00:00</EndDate>
<IdCountry>1</IdCountry>
<IdUser>1</IdUser>
<IsFederal>true</IsFederal>
<IsState>true</IsState>
<OrderDirection>sample string 8</OrderDirection>
<OrderType>7</OrderType>
<Page>2</Page>
<SearchText>sample string 4</SearchText>
<Size>3</Size>
<StartDate>2026-04-05T16:59:03.4758374+00:00</StartDate>
<Types xmlns:d2p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d2p1:int>1</d2p1:int>
<d2p1:int>2</d2p1:int>
</Types>
</NotificationPaginated>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.