GET api/Notificacion?token={token}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| token | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of Notificacion| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| IdEntidad | integer |
None. |
|
| Titulo | string |
None. |
|
| Mensaje | string |
None. |
|
| Fecha | date |
None. |
|
| FechaBaja | date |
None. |
|
| FechaLectura | date |
None. |
|
| Enlaces | Collection of NotificacionEnlace |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"IdEntidad": 2,
"Titulo": "sample string 3",
"Mensaje": "sample string 4",
"Fecha": "2025-11-03T17:03:09.4199199+01:00",
"FechaBaja": "2025-11-03T17:03:09.4199199+01:00",
"FechaLectura": "2025-11-03T17:03:09.4199199+01:00",
"Enlaces": [
{
"Descripcion": "sample string 1",
"Url": "sample string 2"
},
{
"Descripcion": "sample string 1",
"Url": "sample string 2"
}
]
},
{
"Id": 1,
"IdEntidad": 2,
"Titulo": "sample string 3",
"Mensaje": "sample string 4",
"Fecha": "2025-11-03T17:03:09.4199199+01:00",
"FechaBaja": "2025-11-03T17:03:09.4199199+01:00",
"FechaLectura": "2025-11-03T17:03:09.4199199+01:00",
"Enlaces": [
{
"Descripcion": "sample string 1",
"Url": "sample string 2"
},
{
"Descripcion": "sample string 1",
"Url": "sample string 2"
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfNotificacion xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/api.model">
<Notificacion>
<Enlaces>
<NotificacionEnlace>
<Descripcion>sample string 1</Descripcion>
<Url>sample string 2</Url>
</NotificacionEnlace>
<NotificacionEnlace>
<Descripcion>sample string 1</Descripcion>
<Url>sample string 2</Url>
</NotificacionEnlace>
</Enlaces>
<Fecha>2025-11-03T17:03:09.4199199+01:00</Fecha>
<FechaBaja>2025-11-03T17:03:09.4199199+01:00</FechaBaja>
<FechaLectura>2025-11-03T17:03:09.4199199+01:00</FechaLectura>
<Id>1</Id>
<IdEntidad>2</IdEntidad>
<Mensaje>sample string 4</Mensaje>
<Titulo>sample string 3</Titulo>
</Notificacion>
<Notificacion>
<Enlaces>
<NotificacionEnlace>
<Descripcion>sample string 1</Descripcion>
<Url>sample string 2</Url>
</NotificacionEnlace>
<NotificacionEnlace>
<Descripcion>sample string 1</Descripcion>
<Url>sample string 2</Url>
</NotificacionEnlace>
</Enlaces>
<Fecha>2025-11-03T17:03:09.4199199+01:00</Fecha>
<FechaBaja>2025-11-03T17:03:09.4199199+01:00</FechaBaja>
<FechaLectura>2025-11-03T17:03:09.4199199+01:00</FechaLectura>
<Id>1</Id>
<IdEntidad>2</IdEntidad>
<Mensaje>sample string 4</Mensaje>
<Titulo>sample string 3</Titulo>
</Notificacion>
</ArrayOfNotificacion>