V1PlatformOnboardingIdPublish
Atomically publish this draft and archive the prior current revision
Authorization
bearer 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)$Format
uuidRequest Body
application/json
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X POST "https://example.com/v1/platform/onboarding/497f6eca-6276-4993-bfeb-53cbbbba6f08/publish" \ -H "Content-Type: application/json" \ -d '{ "expectedVersion": 1 }'{ "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08", "status": "draft", "version": 1, "definition": { "name": "string", "slides": [ { "id": "string", "title": { "en-MY": "string", "ms-MY": "string", "zh-Hans-MY": "string" }, "body": { "en-MY": "string", "ms-MY": "string", "zh-Hans-MY": "string" }, "image": { "url": "http://example.com", "alt": { "en-MY": "string", "ms-MY": "string", "zh-Hans-MY": "string" } } } ], "questions": [ { "id": "string", "prompt": { "en-MY": "string", "ms-MY": "string", "zh-Hans-MY": "string" }, "kind": "single", "options": [ { "id": "string", "label": { "en-MY": "string", "ms-MY": "string", "zh-Hans-MY": "string" } }, { "id": "string", "label": { "en-MY": "string", "ms-MY": "string", "zh-Hans-MY": "string" } } ], "maxSelections": 1 } ] }, "createdAt": "2019-08-24T14:15:22Z", "updatedAt": "2019-08-24T14:15:22Z", "publishedAt": "2019-08-24T14:15:22Z"}Archive the current revision; existing sessions keep their pinned questions POST
Previous Page
Aggregate completion, slide and option counts; never individual answers or account identifiers GET
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.