Get a list of available XPCT reportsDeprecated

The endpoint returns a list of all available XPCT Reports

SecuritybearerAuth
Request
query Parameters
user_id
string <uuid>

Unique User Identifier

Example: user_id=f0be5cf8-ec84-11ec-8ea0-0242ac120002
downloaded
boolean

Flag for downloaded state

Enum: true false
Example: downloaded=true
year
integer

The year for which the report was generated

Example: year=2022
page_size
integer

Number of elements to be displayed on a page

Example: page_size=10
page
integer

Display page number

Example: page=1
Responses
200

List XPCT Reports

401

Error

422

Error

429

Too Many Requests

500

Error

503

Maintenance or Service unavailable

get/v1/reports/xpct-reports
Request samples
Response samples
application/json
{
  • "data": [
    ],
  • "meta": {
    },
  • "links": {
    }
}