Skip to main content

WorkflowProjectRunUserSummaryListResponse

errCodeintegerrequired
Constant value: 0
errMessagestringrequired
Constant value:
data object[]required
  • Array [
  • workflowIdstringrequired
    userIdstringrequired
    profile object
    userIdstringrequired
    displayNamestringrequired
    emailstring

    Optional email address for the profile summary.

    avatarUrlstring

    Optional avatar image URL or data URL for the uploader profile.

    actorTypestring
    actorDisplayNamestring
    runCountintegerrequired
    successCountintegerrequired
    failedCountintegerrequired
    lastRunAtstring<date-time>
  • ]
  • WorkflowProjectRunUserSummaryListResponse
    {
    "errCode": 0,
    "errMessage": "string",
    "data": [
    {
    "workflowId": "string",
    "userId": "string",
    "profile": {
    "userId": "string",
    "displayName": "string",
    "email": "string",
    "avatarUrl": "string"
    },
    "actorType": "string",
    "actorDisplayName": "string",
    "runCount": 0,
    "successCount": 0,
    "failedCount": 0,
    "lastRunAt": "2024-07-29T15:51:28.071Z"
    }
    ]
    }