PageCreationRulesAdminServicesGetSupportTypeChoices_AvailableGroups Method Ingeniux CMS Web Services API

Retrieves the available User Groups for Page Creation Rule security assignment. These are the groups that are not assigned to Page Creation Rule yet.

Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax

public XHRServiceResponseGeneric<PcrSupportTypeChoice_Group[]> GetSupportTypeChoices_AvailableGroups(
	PcrSupportTypeInput data
)

Parameters

data
Type: PcrSupportTypeInput

Information containing User Ids that were already assigned to Page Creation Rule

Examples

Sample JSON input
JavaScript
{
    "data": {
        "listingType": "availableGroups",
        "selectedIds": "UserGroup/1",
        "selectedEmails": ""
    }
}

Return Value

Type: XHRServiceResponseGenericPcrSupportTypeChoice_Group

Array of information of User Groups that weren't assigned to Page Creation Rule yet

Examples

Sample JSON return
JavaScript
{
    "code": 0,
    "error": null,
    "message": [{
        "name": "Authors",
        "id": "UserGroups\/1",
        "userIds": ["ingeniux\\author"]
    }]
}
See Also

Reference