GetServiceContainerModulesAsync

Returns (Task<IEnumerable>)

Find all Service Container Modules in the designated Folder pertaining to a particular product name.

Name Description
folder
productName

Get Service Container Modules Async

Example in C#

// Returns: IEnumerable<ServiceContainerModuleInfo>
var serviceContainerModuleInfo = await client.GetServiceContainerModulesAsync(FolderInfo folder, String productName);

Example in CURL



           curl -X GET \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/servicecontainermodules?productName=PRODUCT_NAME_HERE \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'