Skip to main content
GET
List submissions

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Query Parameters

type
enum<string>

Filter to one sub-report. Omitted, every sub-report you hold the permission for is listed.

Available options:
SIPL,
SLIK,
SKIS
reportingYear
integer<int32>
Required range: 2016 <= x <= 2100

Response

200 - application/json

OK

submissionId
string
required
type
enum<string>
required

Which sub-report this submission carries

Available options:
SIPL,
SLIK,
SKIS
Example:

"SLIK"

reportingYear
integer<int32>
required
Example:

2025

kind
enum<string>
required

SUBMISSION reports a year not yet reported for this sub-report; CORRECTION amends what was already reported for it.

Available options:
SUBMISSION,
CORRECTION
status
enum<string>
required

High-level lifecycle status of a submission

Available options:
DRAFT,
PROCESSING,
ACTION_REQUIRED,
REPORTED,
FAILED
Last modified on September 1, 2026