Retrieve all appointments of the user.
With this operation the client can get all known appointmentzs of the logged in user from the appointment database of the UCServer.
ArgumentType: AsnAppointmentGetAllEntriesForUserArgument
AsnAppointmentGetAllEntriesForUserArgument is an Object
Name | Type | Optional | Comment |
---|---|---|---|
u8sOwner | string | Should be the username of the current user. Currently the UCServer ignores this parameter and uses the username of the logged in user instead. | |
optionalParams | AsnOptionalParameters | yes | No optional parameters yet. |
ResultType: AsnAppointmentGetAllEntriesForUserResult
AsnAppointmentGetAllEntriesForUserResult is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iResult | number | 0: The call went well and the listAppointments field contains the appointments found for the user. | |
listAppointments | SEQAppointmentList | List of AsnAppointmentEntry. | |
optionalParams | AsnOptionalParameters | yes | No optional parameters yet. |
ErrorType: AsnRequestError
AsnRequestError is an Object
Name | Type | Optional | Comment |
---|---|---|---|
iErrorDetail | number | A number representing the error | |
u8sErrorString | string | A string representing the error | |
optionalParams | AsnOptionalParameters | yes | No optional params yet |
Version 6.4