GET horizon/v1/administration/statement/download/{id}?lang={lang}

Download of statement
"horizon/v1/administration/statement/download/1"

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

integer

Required

lang

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of Milenio3.Horizon.Dto.Entities.Configuration.StatementDto
NameDescriptionTypeAdditional information
Name

string

None.

Requested

date

None.

Processed

date

None.

StartDate

date

None.

EndDate

date

None.

Blocking

boolean

None.

State

string

None.

Download

string

None.

Id

integer

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Name": "sample string 1",
    "Requested": "2026-06-21T01:12:26.1813694+01:00",
    "Processed": "2026-06-21T01:12:26.1813694+01:00",
    "StartDate": "2026-06-21T01:12:26.1813694+01:00",
    "EndDate": "2026-06-21T01:12:26.1813694+01:00",
    "Blocking": true,
    "State": "sample string 6",
    "Download": "sample string 7",
    "Id": 8
  },
  {
    "Name": "sample string 1",
    "Requested": "2026-06-21T01:12:26.1813694+01:00",
    "Processed": "2026-06-21T01:12:26.1813694+01:00",
    "StartDate": "2026-06-21T01:12:26.1813694+01:00",
    "EndDate": "2026-06-21T01:12:26.1813694+01:00",
    "Blocking": true,
    "State": "sample string 6",
    "Download": "sample string 7",
    "Id": 8
  }
]