POST api/Usuario/ObtenerNotificaciones
Request Information
URI Parameters
None.
Body Parameters
UsuarioNotificaciones| Name | Description | Type | Additional information |
|---|---|---|---|
| UsuarioId | string |
None. |
|
| AplicacionId | integer |
None. |
|
| FechaInicial | date |
None. |
|
| FechaFinal | date |
None. |
Request Formats
application/json, text/json
Sample:
{
"UsuarioId": "sample string 1",
"AplicacionId": 2,
"FechaInicial": "2026-03-23T11:38:46.6582817-04:00",
"FechaFinal": "2026-03-23T11:38:46.6582817-04:00"
}
application/xml, text/xml
Sample:
<UsuarioNotificaciones xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ateb.cofidi4.aassl.wsapirest.estrucuturas.Request"> <AplicacionId>2</AplicacionId> <FechaFinal>2026-03-23T11:38:46.6582817-04:00</FechaFinal> <FechaInicial>2026-03-23T11:38:46.6582817-04:00</FechaInicial> <UsuarioId>sample string 1</UsuarioId> </UsuarioNotificaciones>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of UsuarioNotificacionesResponse| Name | Description | Type | Additional information |
|---|---|---|---|
| IdNotificacion | string |
None. |
|
| UsuarioId | string |
None. |
|
| AplicacionId | integer |
None. |
|
| Titulo | string |
None. |
|
| Descripcion | string |
None. |
|
| Mensaje | string |
None. |
|
| Prioridad | integer |
None. |
|
| FechaCreacion | date |
None. |
|
| FechaVencimiento | date |
None. |
|
| TipoNotificacion | string |
None. |
|
| EmpresaId | string |
None. |
|
| Leida | boolean |
None. |
|
| TieneAdjuntos | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdNotificacion": "sample string 1",
"UsuarioId": "sample string 2",
"AplicacionId": 3,
"Titulo": "sample string 4",
"Descripcion": "sample string 5",
"Mensaje": "sample string 6",
"Prioridad": 7,
"FechaCreacion": "2026-03-23T11:38:46.6582817-04:00",
"FechaVencimiento": "2026-03-23T11:38:46.6582817-04:00",
"TipoNotificacion": "sample string 10",
"EmpresaId": "sample string 11",
"Leida": true,
"TieneAdjuntos": true
},
{
"IdNotificacion": "sample string 1",
"UsuarioId": "sample string 2",
"AplicacionId": 3,
"Titulo": "sample string 4",
"Descripcion": "sample string 5",
"Mensaje": "sample string 6",
"Prioridad": 7,
"FechaCreacion": "2026-03-23T11:38:46.6582817-04:00",
"FechaVencimiento": "2026-03-23T11:38:46.6582817-04:00",
"TipoNotificacion": "sample string 10",
"EmpresaId": "sample string 11",
"Leida": true,
"TieneAdjuntos": true
}
]
application/xml, text/xml
Sample:
<ArrayOfUsuarioNotificacionesResponse xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ateb.cofidi4.aassl.wsapirest.estrucuturas.Response">
<UsuarioNotificacionesResponse>
<AplicacionId>3</AplicacionId>
<Descripcion>sample string 5</Descripcion>
<EmpresaId>sample string 11</EmpresaId>
<FechaCreacion>2026-03-23T11:38:46.6582817-04:00</FechaCreacion>
<FechaVencimiento>2026-03-23T11:38:46.6582817-04:00</FechaVencimiento>
<IdNotificacion>sample string 1</IdNotificacion>
<Leida>true</Leida>
<Mensaje>sample string 6</Mensaje>
<Prioridad>7</Prioridad>
<TieneAdjuntos>true</TieneAdjuntos>
<TipoNotificacion>sample string 10</TipoNotificacion>
<Titulo>sample string 4</Titulo>
<UsuarioId>sample string 2</UsuarioId>
</UsuarioNotificacionesResponse>
<UsuarioNotificacionesResponse>
<AplicacionId>3</AplicacionId>
<Descripcion>sample string 5</Descripcion>
<EmpresaId>sample string 11</EmpresaId>
<FechaCreacion>2026-03-23T11:38:46.6582817-04:00</FechaCreacion>
<FechaVencimiento>2026-03-23T11:38:46.6582817-04:00</FechaVencimiento>
<IdNotificacion>sample string 1</IdNotificacion>
<Leida>true</Leida>
<Mensaje>sample string 6</Mensaje>
<Prioridad>7</Prioridad>
<TieneAdjuntos>true</TieneAdjuntos>
<TipoNotificacion>sample string 10</TipoNotificacion>
<Titulo>sample string 4</Titulo>
<UsuarioId>sample string 2</UsuarioId>
</UsuarioNotificacionesResponse>
</ArrayOfUsuarioNotificacionesResponse>