EndpointDescription

AnalyticsBusiness IntelligenceData VisualizationEnterpriseREST API

Properties

Name Type Description
method string HTTP method
path string Endpoint path
description string Endpoint description
View JSON Schema on GitHub

JSON Schema

qlik-sense-enterprise-endpointdescription-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/EndpointDescription",
  "title": "EndpointDescription",
  "type": "object",
  "properties": {
    "method": {
      "type": "string",
      "description": "HTTP method"
    },
    "path": {
      "type": "string",
      "description": "Endpoint path"
    },
    "description": {
      "type": "string",
      "description": "Endpoint description"
    }
  }
}