GET api/NotifecationsAPI/{id}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

Body Parameters

None.

Response Information

Resource Description

Notifecation
NameDescriptionTypeAdditional information
Id

integer

None.

Note

string

None.

Date

date

None.

Response Formats

application/json, text/json

Sample:
{
  "Id": 1,
  "Note": "sample string 2",
  "Date": "2024-10-04T14:25:17.5571094-07:00"
}

application/xml, text/xml

Sample:
<Notifecation xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ODOAPI.Models">
  <Date>2024-10-04T14:25:17.5571094-07:00</Date>
  <Id>1</Id>
  <Note>sample string 2</Note>
</Notifecation>