PageCreationRulesAdminServicesGetRuleParents Method |
Namespace: IngeniuxCMService
public XHRServiceResponseGeneric<PageCreationRuleParentsInfo> GetRuleParents( PcrGetParentsParam data )
Information on the Page Creation Rules and Ids of the parent pages
{
"data": {
"ruleId": "PageCreationRules/65",
"pageIds": "x87"
}
}Details of all existing parent pages
{
"code": 0,
"error": null,
"message": {
"parents": [{
"name": "Test",
"id": "x87",
"accessible": true,
"icon": 99,
"parentOnly": false,
"path": "Site\/Internal Components\/Test"
}]
}
}If Page Creation Rule with given Id doesn't exist, returns error status
If provided parent ids contains non existing Pages, those ids will be ignored. Only information on the valid Pages will be returned.