v1
latestOpenAPI 3.0.02026-07-23620132.5 KBList 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.
Query parameters
The ID of the team.
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