GET horizon/v1/administration/statement

Return a list of statements
"horizon/v1/administration/statement"

Request Information

URI Parameters

None.

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:06:30.7897009+01:00",
    "Processed": "2026-06-21T01:06:30.7897009+01:00",
    "StartDate": "2026-06-21T01:06:30.7897009+01:00",
    "EndDate": "2026-06-21T01:06:30.7897009+01:00",
    "Blocking": true,
    "State": "sample string 6",
    "Download": "sample string 7",
    "Id": 8
  },
  {
    "Name": "sample string 1",
    "Requested": "2026-06-21T01:06:30.7897009+01:00",
    "Processed": "2026-06-21T01:06:30.7897009+01:00",
    "StartDate": "2026-06-21T01:06:30.7897009+01:00",
    "EndDate": "2026-06-21T01:06:30.7897009+01:00",
    "Blocking": true,
    "State": "sample string 6",
    "Download": "sample string 7",
    "Id": 8
  }
]