ProjectTasks
This method returns a list of project tasks.
BODY - RAW
{
"Method": "ProjectTasks",
"Parameters": [
]
}
EXAMPLE
*/Returns the task list
{
"Method": "ProjectTasks",
"Parameters": [
]
}
CLASS RETURNED
| Property | Description | Example |
|---|---|---|
|
Id |
Task number | { "TaNumero": 1, |
| Code | Task code | "TaCode": "TAC-001", |
| Task type | Type of task (services or absences) | "TaType": 1, |
| Short task name | Short description | "TaText1": "Tache de projet", |
| Long name of task | Long description | "TaText2": "Tache de projet", |
| Billable task | Validation if the task is billable | "TaFact": 1, |
| Group | Task group | "TaGroupe": "" } |