Skip to content

(People Team) CSV export of nominations.

GET
/mvp/reports/export
curl --request GET \
--url 'https://api.gospl.example/v1/mvp/reports/export?type=individual' \
--header 'Authorization: Bearer <token>'

People-Team-only. Monthly (type + period) or annual (type + year). Exact columns + whether the nominator is named depend on the anonymity rule (Q6) — TODO before columns are frozen.

type
required
string
Allowed values: individual team all
period
string
/^\d{4}-\d{2}$/

Monthly export. Mutually exclusive with year.

year
integer

Annual export. Mutually exclusive with period.

CSV export.

Media type text/csv
string

Invalid request.

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}

Missing/invalid credentials.

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}

Authenticated but not permitted (incl. non–People-Team, cross-tenant).

Media type application/json
object
code
required
string
message
required
string
Example generated
{
"code": "example",
"message": "example"
}