Documentation Center

Settings 2.5 GetPossibleTargetStatuses

Describes how to find initial statuses or possible target statuses for a specified object type and user role


Parameters

NameTypeDirectionDescription
psAuthContextStringInOutDeprecated proprietary authentication context only used by .ASMX web services based on internal username/password authentication. Claims based security standards drive all the WCF .SVC web services making this parameter redundant.
peTargetStatuseTargetStatusInEnumeration indicating for which type of objects you want to request the possible target statuses
psIshObjectTypeStringInString with the type of content objects for which you want to get the possible target statuses.
pasUserRolesStringArrayInString list with the element names of user roles.
psFromStatusStringInThe element name of the current status.
psOutXMLLovValueListStringOutThe LOV ValueList XML structure containing the metadata of the values of multiple list of values

Note that:
  • The order of the returned objects in psOutXMLLovValueList is random.
  • Only use psIshObjectType for TargetStatus.ContentObject!
  • If psIshObjectType is empty, all possible target statuses without filtering on card type will be returned. If psIshObjectType is specified, the value must match the values of enumeration eISHType.
  • If pasUserRoles is empty, the user roles of the current user will be used.
  • If psFromStatus is not specified, the initial statuses will be returned.