Settings 2.5 GetPossibleTargetStatuses
Describes how to find initial statuses or possible target statuses for a specified object type and user role
Parameters
| Name | Type | Direction | Description |
|---|---|---|---|
| psAuthContext | String | InOut | Deprecated 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. |
| peTargetStatus | eTargetStatus | In | Enumeration indicating for which type of objects you want to request the possible target statuses |
| psIshObjectType | String | In | String with the type of content objects for which you want to get the possible target statuses. |
| pasUserRoles | StringArray | In | String list with the element names of user roles. |
| psFromStatus | String | In | The element name of the current status. |
| psOutXMLLovValueList | String | Out | The 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
psIshObjectTypefor TargetStatus.ContentObject! - If
psIshObjectTypeis empty, all possible target statuses without filtering on card type will be returned. IfpsIshObjectTypeis specified, the value must match the values of enumeration eISHType. - If
pasUserRolesis empty, the user roles of the current user will be used. - If
psFromStatusis not specified, the initial statuses will be returned.