s_todo_list

Last update 2023-03-06

This method is for viewing current tasks and communications assigned to user. This method is used in overview TODO list. All parameters are expected via HTTP POST.

Mandatory parameters

Name Description Notes
session_id Session id
login RIVILE username
pass RIVILE password hashed in MD5
kodas_rs Which user method is showing records
tasks NEW Show tasks 0/1
urgentTasks NEW Show urgent tasks 0/1
clientUnconfirmedTasks Show client unconfirmed tasks 0/1
selectedTasks Show selected tasks 0/1
futureTasks Show future tasks 0/1
tasksByStatus Filter tasks by status 0/1
tasksByStatusList List of statuses 1,2,9
coms Show coms 0/1
comsList List of coms 1,2,9
futureComs Show future coms 0/1
unsignedDocs Show unsigned documents 0/1
todayFinished Show today finished tasks 0/1
missedCalls Show missed calls 0/1 Deprecated

Optional parameters

Name Description Notes
currentDate Date for todo list. If not specified , today is used

Web service returns

Name Description Notes
status Web service status
description Status description
login RIVILE username
kodas_rs Which user method is showing records
list Web service data result list

list

Name Description Notes
moduleId Task or Com ID j01_task_id,x22_id
moduleName Name of module, TASK COMS
moduleDescription task,meeting,call,missedCall,email,reminder,compaign,comment,clientzone x22_type
description Description j01_pav,x22_pav
fromDate Date from j01_data_nuo,x22_data_pr
dueDate Date to j01_data_pab,x22_data_pab
done Task done 0,1
colorCode Color j01_spalva,x22_spalva
clientCode Client code j01_kodas_ks,x22_kodas_ks
clientName Client name
contact Contact name x06_pav
contactId Contact id x22_contact_id
priority Priority j01_priority,x22_priority
urgent Urgent tag j01_type = 2
confirmed User confirmed j01_confirm
progress Progress j01_progress,x22_progress
inProgress Task in progress j01_data_iki = "Vykdoma..."
taskStatus Task status j01_status
kodas_rs Assigned to j01_kodas_rs,x22_kodas_rs
author Task author j01_author
taskRelatedList Task related user list j05_kodas_rs
taskStatus NEW Task status code j01_status
taskStatusName NEW Task status name
taskType NEW Task type code j01_type
taskTypeName NEW Task type name

taskRelatedList

Name Description Notes
kodas_rs Related to j05_kodas_rs

Web service status list

Name Description
00 Ok
01 No parameter session_id
02 No parameter login
03 No parameter pass
04 Login failed
05 Parameter futureTasks or futureComs validation error
06 Parameter missedCalls validation error
99 DB connect error