ListScenariosResp

  • data
    Type: array object[]
    required
    • createdAt
      Type: stringFormat: date-time
      required

      When the scenario was created

    • entities
      Type: array object[]
      required

      Collection of entities in this scenario

    • id
      Type: string
      required

      Unique identifier of the scenario

    • key
      Type: string
      required

      Unique key of the scenario

    • name
      Type: string
      required

      Human-readable name of the scenario

    • updatedAt
      Type: stringFormat: date-time
      required

      When the scenario was last updated

    • description
      Type: string

      Description of the scenario

  • pagination
    Type: object
    required
    • limit
      Type: integer
      required

      Maximum number of records returned

    • offset
      Type: integer
      required

      Number of records skipped

    • total
      Type: integer
      required

      Total number of scenarios matching the query