Skip to main content

Get user Progress

GET 

/v1/clients/:clientID/flows/:flowId/progress

Endpoint to retrieve User Progress for a specified Flow

Request

Path Parameters

    clientID stringrequired
    flowId stringrequired

Responses

Successful operation

Schema
  • Array [
  • id uuid
    flowId uuid
    authId number
    clientId string
    index number
    completed boolean
    events object[]
  • Array [
  • id uuid
    authId number
    clientId string
    progressId uuid
    eventId uuid
    flowId uuid
    sourceSystem string
    sourceSystemId string
    createdAt date-time
  • ]
  • ]
Loading...