BetterCloud · Schema

WorkflowListResponse

Paginated list of workflows.

AutomationComplianceEnterpriseIT OperationsSaaS ManagementSecurityWorkflowsUser Lifecycle

Properties

Name Type Description
data array
meta object
View JSON Schema on GitHub

JSON Schema

bettercloud-workflow-list-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/bettercloud/refs/heads/main/json-schema/bettercloud-workflow-list-response-schema.json",
  "title": "WorkflowListResponse",
  "description": "Paginated list of workflows.",
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/Workflow"
      }
    },
    "meta": {
      "$ref": "#/components/schemas/MetaResponse"
    }
  }
}