v1

latestOpenAPI 3.0.02026-07-23620132.5 KB
Custom functions

List custom functions

Retrieves a list of custom functions available in the team. The response contains id, name, description and a brief updates history of all custom functions available in the team.

Check availability of the custom functions feature with the API call GET /organizations/{organizationId} for the organization to which the team belongs. If the response contains "customFunctions": true pair in the license object then you have access to the custom functions feature.

Refer to the Make pricing page for Make pricing plans overview.

get/functions

Query parameters

teamIdinteger required

The ID of the team.

cols[]string[]

Specifies columns that are returned in the response. Use the cols[] parameter for every column that you want to return in the response. For example GET /endpoint?cols[]=key1&cols[]=key2 to get both key1 and key2 columns in the response.

Check the "Filtering" section for a full example.

Response

Successful response