GET api/Netigate/Sendout

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

NetigateSendout
NameDescriptionTypeAdditional information
id

integer

None.

name

string

None.

type

string

None.

sender

string

None.

sendDate

date

None.

subject

string

None.

message

string

None.

year

integer

None.

week

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "id": 1,
  "name": "sample string 2",
  "type": "sample string 3",
  "sender": "sample string 4",
  "sendDate": "2025-11-29T15:06:31.2385243+01:00",
  "subject": "sample string 6",
  "message": "sample string 7",
  "year": 8,
  "week": 9
}

application/xml, text/xml

Sample:
<NetigateSendout xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <id>1</id>
  <name>sample string 2</name>
  <type>sample string 3</type>
  <sender>sample string 4</sender>
  <sendDate>2025-11-29T15:06:31.2385243+01:00</sendDate>
  <subject>sample string 6</subject>
  <message>sample string 7</message>
  <year>8</year>
  <week>9</week>
</NetigateSendout>