Library Functions REST Endpoints
BML Util Library/Library Functions
Library Function endpoints aid in the creation and administration of the BML Util Library.
- Create Util Library Function
- Method: postPath:
/rest/v19/bml/library/functions - Debug Util Library Function
- Method: postPath:
/rest/v19/bml/library/functions/actions/debug - Delete a Util Library Function
- Method: deletePath:
/rest/v19/bml/library/functions/{namespace.variableName} - Delete Util Library Functions
- Method: postPath:
/rest/v19/bml/library/functions/actions/delete - Deploy Util Library Functions
- Method: postPath:
/rest/v19/bml/library/functions/actions/deploy - Export Util Library Functions
- Method: postPath:
/rest/v19/bml/library/functions/actions/export - Get a Util Library Function
- Method: getPath:
/rest/v19/bml/library/functions/{namespace.variableName} - Get All Deployed Util Library Functions
- Method: getPath:
/rest/v19/bml/deployed/library/functions - Get All Util Library Functions
- Method: getPath:
/rest/v19/bml/library/functions - Get Dependent Attributes of Util Library Function
- Method: postPath:
/rest/v19/bml/library/functions/actions/dependentAttributes - Get Util Library Folders
- Method: getPath:
/rest/v19/bml/library/folders - Override a Util Library Function
- Method: postPath:
/rest/v19/bml/library/functions/{namespace.variableName}/actions/override - Remove Override Util Library Function
- Method: postPath:
/rest/v19/bml/library/functions/{namespace.variableName}/actions/removeOverride - Update a Util Library Function
- Method: patchPath:
/rest/v19/bml/library/functions/{namespace.variableName} - Validate Util Library Function
- Method: postPath:
/rest/v19/bml/library/functions/actions/validate