API Documentation

⌘K
GET/api/1/excel-addin/functions/metadata

Function Catalog

Returns the full catalog of available Excel custom functions with names, descriptions, and parameter definitions

Responses

Was this helpful?
Request
curl -X GET \
  'https://api.eulerpool.com/api/1/excel-addin/functions/metadata' \
  -H 'Accept: application/json'
200 Response
{
  "functions": {
    "name": "EP.PRICE",
    "description": "string",
    "parameters": {
      "name": "string",
      "description": "string",
      "type": "string",
      "optional": false
    }
  }
}