Developers
V1PlatformOnboardingIdReport

Aggregate completion, slide and option counts; never individual answers or account identifiers

Counts represent current stored signed-in sessions for this revision, not anonymous visitors, unique lifetime signups or consent to marketing. Deleted sessions are excluded. Multi-select option totals may exceed answered-question totals. Employers and tenant HR roles have no access.

GET
/v1/platform/onboarding/{id}/report
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Match^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$
Formatuuid

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/platform/onboarding/497f6eca-6276-4993-bfeb-53cbbbba6f08/report"
{  "revisionId": "bae12d01-48af-47b3-9304-b09ef0081cd6",  "started": 0,  "inProgress": 0,  "completed": 0,  "skipped": 0,  "slides": [    {      "id": "string",      "seen": 0    }  ],  "questions": [    {      "id": "string",      "answered": 0,      "options": [        {          "id": "string",          "count": 0        }      ]    }  ]}