POST api/Notify/GetNotifyPortalAdmin

Request Information

URI Parameters

None.

Body Parameters

RequestGetNotification
NameDescriptionTypeAdditional information
Title

string

None.

TypeObject

string

None.

DateFrom

date

None.

DateTo

date

None.

page

integer

None.

pageSize

integer

None.

TypeNotify

string

None.

Request Formats

application/json, text/json

Sample:
{
  "Title": "sample string 1",
  "TypeObject": "sample string 2",
  "DateFrom": "2026-06-13T22:48:02.8937205+07:00",
  "DateTo": "2026-06-13T22:48:02.8937205+07:00",
  "page": 3,
  "pageSize": 4,
  "TypeNotify": "sample string 5"
}

application/xml, text/xml

Sample:
<CategoryModels.RequestGetNotification xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EBM.Portal.Api.Models">
  <DateFrom>2026-06-13T22:48:02.8937205+07:00</DateFrom>
  <DateTo>2026-06-13T22:48:02.8937205+07:00</DateTo>
  <Title>sample string 1</Title>
  <TypeNotify>sample string 5</TypeNotify>
  <TypeObject>sample string 2</TypeObject>
  <page>3</page>
  <pageSize>4</pageSize>
</CategoryModels.RequestGetNotification>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'RequestGetNotification'.

Response Information

Resource Description

Object

None.

Response Formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />