Workflows & Onboarding
Endpunkte
| Methode | Endpunkt | Auth | Beschreibung |
|---|---|---|---|
GET | /platforms/workflows/user/?userType={typeId} | Ja | Workflow-Status des aktuellen Benutzers |
GET | /platforms/workflows/{workflowId}/steps/user/?userType={typeId}&orgType={orgTypeId} | Ja | Workflow-Schritte |
GET | /platforms/onboarding/user/ | Ja | Onboarding-Status |
PUT | /platforms/onboarding/user/ | Ja | Onboarding-Status aktualisieren |
GET | /platforms/user-agreements/status/ | Ja | Status der Nutzungsvereinbarungen |
Workflow Response
json
{
"id": "QRJ2KJExmo",
"name": "Matchmaking-Test",
"description": null,
"isCompleted": false,
"isSkipped": false,
"isRequired": false,
"totalSteps": 0,
"completedSteps": 0
}