Endpoint Parameters

  • Request parameters

    There are no Request Parameters

  • Response Parameters

    View Response Codes
    Name Type Description
    Available Boolean Indicates whether the feature is available.
    Feature String The name identifying the feature.
  • Request Example

    Request URL
    GET /root/v1/features/availability
  • Response Example

    Response body
    [
      {
        "Available": true,
        "Feature": "Chart"
      }
    ]