Click or drag to resize

SchemaDesignerServicesGetContentUnits Method


Retrieves a list of Content Units, based on the filtering data

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 10.6.492
Syntax
public XHRServiceResponseGeneric<ContentUnitsGridResponse> GetContentUnits(
	ContentUnitsFilter data
)

Parameters

data  ContentUnitsFilter
The filter data that will control what content units to return

Return Value

XHRServiceResponseGenericContentUnitsGridResponse
Array of summarizes Content Units information
Example
Sample JSON input
JavaScript
{
    "data": {
        "NameFilter": "form",
        "IncludeFieldUnits": true,
        "IncludeComponetUnits": true,
        "start": 0,
        "count": 100
    }
}
See Also