POST presentation_gw/ReportAlert/GetReports

Documentation for 'GetReports'.

Request Information

Parameters

NameDescriptionAdditional information
model
Documentation for 'model'.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{}

application/xml, text/xml

Sample:
<z:anyType xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:z="http://schemas.microsoft.com/2003/10/Serialization/" />

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Response body formats

application/json, text/json

Sample:
[
  {
    "Id": "929b0ec5-6152-4d3a-bcc2-a00cf98e29fd",
    "ServiceUserId": "083e6ca4-ca83-4367-b1a7-dbe6b82e2b3e",
    "InsertDate": "\/Date(1779288321590+0000)\/",
    "ViewDate": "\/Date(1779288321590+0000)\/",
    "Description": "sample string 4",
    "FlagOnline": true,
    "Type": 0
  },
  {
    "Id": "929b0ec5-6152-4d3a-bcc2-a00cf98e29fd",
    "ServiceUserId": "083e6ca4-ca83-4367-b1a7-dbe6b82e2b3e",
    "InsertDate": "\/Date(1779288321590+0000)\/",
    "ViewDate": "\/Date(1779288321590+0000)\/",
    "Description": "sample string 4",
    "FlagOnline": true,
    "Type": 0
  },
  {
    "Id": "929b0ec5-6152-4d3a-bcc2-a00cf98e29fd",
    "ServiceUserId": "083e6ca4-ca83-4367-b1a7-dbe6b82e2b3e",
    "InsertDate": "\/Date(1779288321590+0000)\/",
    "ViewDate": "\/Date(1779288321590+0000)\/",
    "Description": "sample string 4",
    "FlagOnline": true,
    "Type": 0
  }
]

application/xml, text/xml

Sample:
<ArrayOfReport xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Crif.Consumer.Communication.DTOs">
  <Report>
    <Description>sample string 4</Description>
    <FlagOnline>true</FlagOnline>
    <Id>929b0ec5-6152-4d3a-bcc2-a00cf98e29fd</Id>
    <InsertDate>2026-05-20T14:45:21.5900402+00:00</InsertDate>
    <ServiceUserId>083e6ca4-ca83-4367-b1a7-dbe6b82e2b3e</ServiceUserId>
    <Type>IDENTIKIT</Type>
    <ViewDate>2026-05-20T14:45:21.5900402+00:00</ViewDate>
  </Report>
  <Report>
    <Description>sample string 4</Description>
    <FlagOnline>true</FlagOnline>
    <Id>929b0ec5-6152-4d3a-bcc2-a00cf98e29fd</Id>
    <InsertDate>2026-05-20T14:45:21.5900402+00:00</InsertDate>
    <ServiceUserId>083e6ca4-ca83-4367-b1a7-dbe6b82e2b3e</ServiceUserId>
    <Type>IDENTIKIT</Type>
    <ViewDate>2026-05-20T14:45:21.5900402+00:00</ViewDate>
  </Report>
  <Report>
    <Description>sample string 4</Description>
    <FlagOnline>true</FlagOnline>
    <Id>929b0ec5-6152-4d3a-bcc2-a00cf98e29fd</Id>
    <InsertDate>2026-05-20T14:45:21.5900402+00:00</InsertDate>
    <ServiceUserId>083e6ca4-ca83-4367-b1a7-dbe6b82e2b3e</ServiceUserId>
    <Type>IDENTIKIT</Type>
    <ViewDate>2026-05-20T14:45:21.5900402+00:00</ViewDate>
  </Report>
</ArrayOfReport>