Get API metadata.

GET /api

This request is used by the different BI tools to retrieve table information and build relationships between the different dimensions.

Responses

GET /api
curl \
 --request GET 'https://analyticsapi.adra.com/taskmanager/api'
Response examples (200)
{
  "typeAnnotation": {
    "typeName": "string"
  },
  "entitySets": [
    {
      "typeAnnotation": {
        "typeName": "string"
      },
      "url": "https://example.com",
      "name": "string",
      "title": "string"
    }
  ],
  "singletons": [
    {
      "typeAnnotation": {
        "typeName": "string"
      },
      "url": "https://example.com",
      "name": "string",
      "title": "string"
    }
  ],
  "functionImports": [
    {
      "typeAnnotation": {
        "typeName": "string"
      },
      "url": "https://example.com",
      "name": "string",
      "title": "string"
    }
  ]
}