PrivilegesResponse Data Type

Privileges response

Properties
name data type description
privileges array of Privilege the privileges
Properties inherited from GenericResponse
messages array of Message Messages contained in the response (which should be shown to the user)
responseInfo ResponseInfo

Example

{
  "privileges" : [ "publishpage", "linktemplate" ],
  "messages" : [ { }, { } ],
  "responseInfo" : {
    "responseCode" : "OK",
    "responseMessage" : "...",
    "property" : "..."
  }
}