Enviance Eql API

The Eql API from Enviance — 7 operation(s) for eql.

Operations 11

POST /ver2/EqlService.svc/dataview #
PATCH /ver2/EqlService.svc/dataview/{idOrName} #
GET /ver2/EqlService.svc/dataview/{idOrName} #
DELETE /ver2/EqlService.svc/dataview/{idOrName} #
GET /ver2/EqlService.svc/dataview/{idOrName}/publishconfigs #
PATCH /ver2/EqlService.svc/dataview/{idOrName}/publishconfigs #
GET /ver2/EqlService.svc/dataview/publishconnections #
POST /ver2/EqlService.svc/executeAsync #
POST /ver2/EqlService.svc/query #
GET /ver2/EqlService.svc/query #
GET /ver2/EqlService.svc/query/ #

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/enviance-eql-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

enviance-eql-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: Platform.v2026.2.0.0.20260708
  title: Rest Activity Eql API
  description: EMS Rest API
  contact:
    name: Cority
    email: support@cority.com
    url: https://cority.com
servers:
- url: https://api.enviance.com/
tags:
- name: Eql
paths:
  /ver2/EqlService.svc/dataview:
    post:
      tags:
      - Eql
      description: "\n\nSave EQL query as a data view.\n\n**SDK API:** `envianceSdk.eql.createDataView(info, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.eql.createDataView\n```\n[\n  {\n    \"eqlname\": \"Test1\",\n    \"title\": \"Test1\",\n    \"eql\": \"Select f.name From Facility f\",\n    \"description\": \"some description\",\n    \"metadata\": \"some metadata\"\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.CreateDataView
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: string
                format: guid
            application/xml:
              schema:
                type: string
                format: guid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/CreateDataView'
          application/xml:
            schema:
              $ref: '#/components/schemas/CreateDataView'
        required: true
  /ver2/EqlService.svc/dataview/{idOrName}:
    patch:
      tags:
      - Eql
      description: "\n\nUpdate a data view info\n\n**SDK API:** `envianceSdk.eql.updateDataView(idOrName, info, onsuccess, onerror)`\nnull\n\n\nenvianceSdk.eql.updateDataView\n```\n[\n  \"Test1\",\n  {\n    \"eqlname\": \"Test1\",\n    \"title\": \"Test1\",\n    \"eql\": \"Select f.name From Facility f\",\n    \"description\": \"some description\",\n    \"metadata\": \"some metadata\"\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.UpdateDataView
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: idOrName
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UpdateDataView'
          application/xml:
            schema:
              $ref: '#/components/schemas/UpdateDataView'
        required: true
    get:
      tags:
      - Eql
      description: "\n\n\nenvianceSdk.eql.getDataView\n```\n[\n  \"Test1\",\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.GetDataView
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: idOrName
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewInfo'
            application/xml:
              schema:
                $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewInfo'
    delete:
      tags:
      - Eql
      description: "\n\n\nenvianceSdk.eql.deleteDataView\n```\n[\n  \"Test1\",\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.DeleteDataView
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: idOrName
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
  /ver2/EqlService.svc/dataview/{idOrName}/publishconfigs:
    get:
      tags:
      - Eql
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.GetDataViewPublishConfigs
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: idOrName
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConfigInfo'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConfigInfo'
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/GetDataViewPublishConfigs'
          application/xml:
            schema:
              $ref: '#/components/schemas/GetDataViewPublishConfigs'
        required: true
    patch:
      tags:
      - Eql
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.UpdateDataViewPublishConfigs
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: idOrName
        in: path
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/UpdateDataViewPublishConfigs'
          application/xml:
            schema:
              $ref: '#/components/schemas/UpdateDataViewPublishConfigs'
        required: true
  /ver2/EqlService.svc/dataview/publishconnections:
    get:
      tags:
      - Eql
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.GetDataPublishConnections
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConnectionInfo'
            application/xml:
              schema:
                type: array
                items:
                  $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConnectionInfo'
  /ver2/EqlService.svc/executeAsync:
    post:
      tags:
      - Eql
      description: "\n\n\nenvianceSdk.eql.executeExtAsync\n```\n[\n    {\n        \"eql\": \"select TOP 1 wi.name, wi.id from WorkflowType wi\",\n        \"excelHeaderCells\": [\n            {\n                \"column\": 1,\n                \"row\": 1,\n                \"style\": {\n                    \"font\": {\n                        \"bold\": true,\n                        \"sz\": 11\n                    }\n                },\n                \"type\": \"s\",\n                \"value\": \"test\"\n            }\n        ],\n        \"excelSheetNames\": [\n            \"Raw Data\"\n        ],\n        \"excelTemplateIdOrPath\": \"/shvets/Colusa Template.xlsm\",\n        \"format\": \"xlsx\"\n    },\n    \"onsuccess\",\n    \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.ExecuteAsync
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: string
                format: guid
            application/xml:
              schema:
                type: string
                format: guid
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlExecuteInformation'
          application/xml:
            schema:
              $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlExecuteInformation'
        required: true
  /ver2/EqlService.svc/query:
    post:
      tags:
      - Eql
      description: "\n\n\nenvianceSdk.eql.execute\n```\n[\n    \"select wi.name, wi.id from WorkflowType wi  where wi.name like '%lgm%'\",\n    1,\n    100,\n    \"onsuccess\",\n    \"onerror\"\n]\n```\nenvianceSdk.eql.executeExt\n```\n[\n  {\n    \"eql\": \"select TOP 1 wi.name, wi.id from WorkflowType wi\",\n    \"format\": \"xls\",\n    \"pageByColumn\": \"1,2\"\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\nenvianceSdk.eql.executeExtAsync\n```\n[\n  {\n    \"eql\": \"select TOP 1 wi.name, wi.id from WorkflowType wi\",\n    \"format\": \"xlsx\",\n    \"excelTemplateIdOrPath\": \"/shvets/Colusa Template.xlsm\",\n    \"excelSheetNames\": [\n      \"Raw Data\"\n    ],\n    \"excelHeaderCells\": [\n      {\n        \"row\": 1,\n        \"column\": 1,\n        \"value\": \"test\",\n        \"type\": \"s\",\n        \"style\": {\n          \"font\": {\n            \"bold\": true,\n            \"sz\": 11\n          }\n        }\n      }\n    ]\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\nenvianceSdk.packages.eql.ExecuteParametersInfo\n```\n[\n  \"path\",\n  \"json\",\n  1,\n  10\n]\n```\nenvianceSdk.packages.eql.executeEqlItem\n```\n[\n  {\n    \"path\": \"test.eql\",\n    \"format\": \"json\",\n    \"page\": 2,\n    \"pageSize\": 20\n  },\n  {\n    \"TimeZone\": 5,\n    \"Name\": \"X%\"\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\nenvianceSdk.packages.eql.executeEqlItemAsync\n```\n[\n  {\n    \"path\": \"test.eql\",\n    \"format\": \"xls\",\n    \"page\": 2,\n    \"pageSize\": 20,\n    \"filename\": \"my.xls\",\n    \"cachecontrol\": null,\n    \"excelTemplateIdOrPath\": \"/shvets/Colusa Template.xlsm\",\n    \"excelSheetNames\": [\n      \"Raw Data\"\n    ]\n  },\n  {\n    \"TimeZone\": 5,\n    \"Name\": \"X%\"\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\nenvianceSdk.packages.eql.executeEqlItemBinary\n```\n[\n  {\n    \"path\": \"test.eql\",\n    \"format\": \"json\",\n    \"page\": 2,\n    \"pageSize\": 20,\n    \"filename\": \"my.json\",\n    \"cachecontrol\": null\n  },\n  {\n    \"TimeZone\": 5,\n    \"Name\": \"X%\"\n  },\n  \"onsuccess\",\n  \"onerror\"\n]\n```\n\n"
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.Execute
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: string
                format: stream
            application/xml:
              schema:
                type: string
                format: stream
      requestBody:
        content:
          application/json:
            schema:
              $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlExecuteInformation'
          application/xml:
            schema:
              $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlExecuteInformation'
        required: true
    get:
      tags:
      - Eql
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.ExecuteAsGet
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: eql
        in: query
        required: true
        schema:
          type: string
      - name: name
        in: query
        required: true
        schema:
          type: string
      - name: page
        in: query
        required: true
        schema:
          type: string
      - name: pageSize
        in: query
        required: true
        schema:
          type: string
      - name: format
        in: query
        required: true
        schema:
          type: string
      - name: fileName
        in: query
        required: true
        schema:
          type: string
      - name: cacheControl
        in: query
        required: true
        schema:
          type: string
      - name: pageByColumn
        in: query
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: string
                format: stream
            application/xml:
              schema:
                type: string
                format: stream
  /ver2/EqlService.svc/query/:
    get:
      tags:
      - Eql
      operationId: Enviance.RestServices.Ver2.Eql.Impl.EqlService.ExecuteAsGetWithPathSegment
      parameters:
      - name: EnvApi-Systemid
        in: header
        description: Specify specific system to run instead of Home
        schema:
          type: string
      - name: EnvApi-Packageid
        in: header
        description: (optional) Clients application/package ID
        schema:
          type: string
      - name: EnvApi-Udf-DateTime-Iso-In-CustomFields
        in: header
        description: Udfs of DateTime should use Iso
        schema:
          type: string
          default: 'true'
      - name: EnvApi-Udf-DateTime-ReadInUserTz
        in: header
        description: (obsolete) Udfs of DateTime type whould be in ReadInUserTz
        schema:
          type: string
      - name: EnvApi-Udf-Value-Invariant
        in: header
        description: (optional) Udfs - Force Non-Localized (invariant) values
        schema:
          type: string
      - name: EnvApi-Localization-All
        in: header
        description: (optional) Extend objects with User-given Localizations
        schema:
          type: string
      - name: x-client-request-id
        in: header
        description: (optional) Client ID for double submit prevention
        schema:
          type: string
      - name: eql
        in: query
        required: true
        schema:
          type: string
      - name: name
        in: query
        required: true
        schema:
          type: string
      - name: page
        in: query
        required: true
        schema:
          type: string
      - name: pageSize
        in: query
        required: true
        schema:
          type: string
      - name: format
        in: query
        required: true
        schema:
          type: string
      - name: fileName
        in: query
        required: true
        schema:
          type: string
      - name: cacheControl
        in: query
        required: true
        schema:
          type: string
      - name: pageByColumn
        in: query
        required: true
        schema:
          type: string
      responses:
        default:
          description: not available
          content:
            application/json:
              schema:
                type: string
                format: stream
            application/xml:
              schema:
                type: string
                format: stream
components:
  schemas:
    UpdateDataViewPublishConfigs:
      properties:
        publishConfigInfos:
          type: array
          items:
            $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConfigInfo'
          uniqueItems: false
      type: object
      format: UpdateDataViewPublishConfigs
    Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewColumnInfo:
      properties:
        name:
          type: string
          uniqueItems: false
        size:
          type: integer
          format: int32
          uniqueItems: false
        type:
          type: string
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewColumnInfo
    Enviance.RestServices.Ver2.Eql.Dto.EqlExecuteInformation:
      properties:
        eql:
          type: string
          uniqueItems: false
        name:
          type: string
          uniqueItems: false
        page:
          type: integer
          format: int32
          uniqueItems: false
        pageSize:
          type: integer
          format: int32
          uniqueItems: false
        pageByColumn:
          type: string
          uniqueItems: false
        format:
          type: string
          uniqueItems: false
        filename:
          type: string
          uniqueItems: false
        cachecontrol:
          type: string
          uniqueItems: false
        excelTemplateIdOrPath:
          type: string
          uniqueItems: false
        excelSheetNames:
          type: array
          items:
            type: string
          uniqueItems: false
        excelHeaderCells:
          type: array
          items:
            $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlReportCell'
          uniqueItems: false
        additionalSheets:
          type: array
          items:
            $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlReportSheet'
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlExecuteInformation
    Enviance.RestServices.Ver2.Eql.Dto.EqlReportCellStyleFont:
      properties:
        bold:
          type: boolean
          uniqueItems: false
        sz:
          type: integer
          format: int32
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlReportCellStyleFont
    Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewColumnSortingInfo:
      properties:
        name:
          type: string
          uniqueItems: false
        order:
          type: string
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewColumnSortingInfo
    CreateDataView:
      properties:
        info:
          $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewInfo'
      type: object
      format: CreateDataView
    Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConfigInfo:
      properties:
        id:
          type: string
          uniqueItems: false
        connectionIdOrName:
          type: string
          uniqueItems: false
        path:
          type: string
          uniqueItems: false
        cron:
          type: string
          uniqueItems: false
        fileFormat:
          type: string
          uniqueItems: false
        incrementDateColumnName:
          type: string
          uniqueItems: false
        configMode:
          type: string
          uniqueItems: false
        resumeMode:
          type: string
          uniqueItems: false
        startDate:
          type: string
          format: date-time
          uniqueItems: false
        endDate:
          type: string
          format: date-time
          uniqueItems: false
        disabled:
          type: boolean
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConfigInfo
    Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConnectionInfo:
      properties:
        id:
          type: string
          uniqueItems: false
        name:
          type: string
          uniqueItems: false
        description:
          type: string
          uniqueItems: false
        connectionType:
          type: string
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewPublishConnectionInfo
    Enviance.RestServices.Ver2.Eql.Dto.EqlReportSheet:
      properties:
        name:
          type: string
          uniqueItems: false
        cells:
          type: array
          items:
            $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlReportCell'
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlReportSheet
    Enviance.RestServices.Ver2.Eql.Dto.EqlReportCell:
      properties:
        row:
          type: integer
          format: int32
          uniqueItems: false
        column:
          type: integer
          format: int32
          uniqueItems: false
        value:
          type: string
          uniqueItems: false
        type:
          type: string
          uniqueItems: false
        style:
          $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlReportCellStyle'
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlReportCell
    Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewInfo:
      properties:
        id:
          type: string
          uniqueItems: false
        title:
          type: string
          uniqueItems: false
        eqlname:
          type: string
          uniqueItems: false
        eql:
          type: string
          uniqueItems: false
        description:
          type: string
          uniqueItems: false
        metadata:
          type: string
          uniqueItems: false
        columns:
          type: array
          items:
            $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewColumnInfo'
          uniqueItems: false
        defaultsorting:
          type: array
          items:
            $ref: '#/components/schemas/Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewColumnSortingInfo'
          uniqueItems: false
      type: object
      format: Enviance.RestServices.Ver2.Eql.Dto.EqlDataViewInfo
    UpdateDataView:
      properties:
        i

# --- truncated at 32 KB (33 KB total) ---
# Full source: https://raw.githubusercontent.com/api-evangelist/enviance/refs/heads/main/openapi/enviance-eql-api-openapi.yml