PublishingSystemManagerServicesListPubProfiles Method |
Namespace: IngeniuxCMService
Object contains Array of Publishing Profile basic information, and array of User Groups basic information
{
"code": 0,
"error": null,
"message": {
"groups": [{
"name": "Administrators",
"groupId": "UserGroup\/1",
"usersCount": 2
}, {
"name": "Authors",
"groupId": "UserGroups\/1",
"usersCount": 1
}],
"pubProfiles": [{
"name": "Staging",
"id": "PublishingProfiles\/1",
"targetsCount": 2
}, {
"name": "Live",
"id": "PublishingProfiles\/2",
"targetsCount": 1
}]
}
}