Application REST Endpoints

Application
Application REST API endpoints on the /ic/builder/resources/application path for locking/unlocking live applications and retrieving filtered lists of applications based on specified query parameters.
Get a query-filtered list of applications
Method: get
Path: /ic/builder/resources/application/applist
Lock a live application
Method: post
Path: /ic/builder/resources/application/lock/{branchId}
Unlock a locked live application
Method: post
Path: /ic/builder/resources/application/unlock/{branchId}