|
IPhaseGetHourEntryPhasesByUserGUID Method
|
Gets a list of phase trees, where the user can enter work hours to.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+c12d9df0d8d7fcea7d512dd611805415d37673fe
SyntaxICollection<PhaseTreeNode> GetHourEntryPhasesByUserGUID(
string userGUID
)
Function GetHourEntryPhasesByUserGUID (
userGUID As String
) As ICollection(Of PhaseTreeNode)
Parameters
- userGUID String
- Identifies the user for which phases are retrieved.
Return Value
ICollectionPhaseTreeNodeList of available root phases, each containing own children of the same kind
Exceptions
RemarksUser, which is given as parameter, can be different than API user.
All cases, where the given user can work, are listed, even if API user does not have rights to enter work hours to them.
PhaseTreeNode contains the part of phase data which is allowed to be seen.
Note that also locked cases and phases, where entries can't be made to, are returned because the full hierarchy needs to be returned.
Integration needs to take care that the phases, where entries can't be made to, aren't used.
See Also