Retrieves the list of extended information entries of Page Creation Rules, and collection of Workflow Definition basic information entries.
Namespace: IngeniuxCMService
Assembly: IngeniuxCMService (in IngeniuxCMService.dll) Version: 9.0.565.0 (9.0.565)
Syntax
Return Value
Type: XHRServiceResponseGenericPageCreationRulesListingDataThe object contains collection of Page Creation Rules and Workflow Definitions
Examples
JavaScript
{ "code": 0, "error": null, "message": { "rules": [{ "name": "Image", "id": "PageCreationRules\/1", "englishName": null, "groupsCount": 2, "isDefault": false, "workflowEnglishName": null, "workflowName": "", "autoSelectParent": true, "isSchemaComponent": true, "parentsCount": 1, "schema": "Image File", "schemaEnglishName": "Image File", "stylesheet": "~default~", "usersCount": 0, "workflowId": "" }], "workflowChoices": [{ "name": "--No Workflow--", "id": "", "allowedGroup": null, "allowedUsers": null }] } }
Remarks
See Also