GET api/Mensaje/GetMensajesUsuario?EntityID={EntityID}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
EntityID

integer

None.

Body Parameters

None.

Response Information

Resource Description

AdapterResponseVMOfGetMensajesUsuarioResponseVM
NameDescriptionTypeAdditional information
Alerts

Collection of Object

None.

ResponseVM

GetMensajesUsuarioResponseVM

None.

Response Formats

application/json, text/json

Sample:
{
  "Alerts": null,
  "ResponseVM": {
    "Items": [
      {
        "Asunto": "sample string 1",
        "Body": "sample string 2",
        "FechaEntrega": "2026-04-05T12:36:59.4884938Z",
        "MensajeID": 4,
        "Leido": true,
        "Fecha": "05/04/2026 09:36",
        "EntityID": 6
      },
      {
        "Asunto": "sample string 1",
        "Body": "sample string 2",
        "FechaEntrega": "2026-04-05T12:36:59.4884938Z",
        "MensajeID": 4,
        "Leido": true,
        "Fecha": "05/04/2026 09:36",
        "EntityID": 6
      }
    ],
    "EntityID": 1
  }
}

application/xml, text/xml

Sample:
<AdapterResponseVMOfGetMensajesUsuarioResponseVMLDdUMLp9 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/FwKits.Core.Presentation.Adapter.Base">
  <Alerts xmlns:d2p1="http://schemas.datacontract.org/2004/07/FwKits.Common.Validations" i:nil="true" />
  <ResponseVM xmlns:d2p1="http://schemas.datacontract.org/2004/07/KITS.Arci.ViewModels">
    <d2p1:EntityID>1</d2p1:EntityID>
    <d2p1:Items>
      <d2p1:GetMensajesUsuarioItemVM>
        <d2p1:EntityID>6</d2p1:EntityID>
        <d2p1:Asunto>sample string 1</d2p1:Asunto>
        <d2p1:Body>sample string 2</d2p1:Body>
        <d2p1:FechaEntrega>2026-04-05T09:36:59.4884938-03:00</d2p1:FechaEntrega>
        <d2p1:Leido>true</d2p1:Leido>
        <d2p1:MensajeID>4</d2p1:MensajeID>
      </d2p1:GetMensajesUsuarioItemVM>
      <d2p1:GetMensajesUsuarioItemVM>
        <d2p1:EntityID>6</d2p1:EntityID>
        <d2p1:Asunto>sample string 1</d2p1:Asunto>
        <d2p1:Body>sample string 2</d2p1:Body>
        <d2p1:FechaEntrega>2026-04-05T09:36:59.4884938-03:00</d2p1:FechaEntrega>
        <d2p1:Leido>true</d2p1:Leido>
        <d2p1:MensajeID>4</d2p1:MensajeID>
      </d2p1:GetMensajesUsuarioItemVM>
    </d2p1:Items>
  </ResponseVM>
</AdapterResponseVMOfGetMensajesUsuarioResponseVMLDdUMLp9>