Query parameters
|
- version=int (optional, default=-1): Major version number of the organization model in which an organization model entity resides. If not specified, the default value will be the latest version of the organization model.
- performerentitytype=string (optional): Enumerated value defining the type of the organization model entity.
- performerentityguid=string (optional): Globally unique ID of the organization model entity. (Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.).
- scopeentitytype=int (optional, default=-1): Enumerated value defining the scope of the organization model entity. For information about organizational entity scope, see
Scope of System Actions.
- scopeentityguid=int (optional, default=-1): Globally unique ID of the organization model entity. (Although this value is unique across all entities, if the entity exists within more than one major version, it will share the same GUID.) Can be obtained from
getOrgModel or
findResources.
- faultonauthorised=boolean (optional, default=false): Boolean value indicating whether a service fault should be raised if any of the queried system actions are not authorised. If "false" , an un-authorized system action will be reported in the response.
|