Skip to content

(People Team, nice-to-have) All nominations received by one employee.

GET
/mvp/reports/export/by-individual
curl --request GET \
--url 'https://api.gospl.example/v1/mvp/reports/export/by-individual?userId=2489E9AD-2EE2-8E00-8EC9-32D5F69181C0' \
--header 'Authorization: Bearer <token>'

Build only if low-effort (US-11). People-Team-only.

userId
required
string format: uuid

CSV export.

Media type text/csv
string

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"
}