API Documentation
⌘K
API Key
Get free key GET
/api/1/excel-addin/functions/metadataFunction 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
}
}
}