frequently asked questions

All your questions in one place.

ProjectTasks

This method returns a list of project tasks.

 

BODY - RAW

{

"Method": "ProjectTasks",

"Parameters": [

      ]

}

 

EXAMPLE

*/Returns the task list

{

"Method": "ProjectTasks",

"Parameters": [

      ]

}

 

CLASS RETURNED

 

PropertyDescriptionExample
IdTask number
"TaNumero": 1,
CodeTask code"TaCode": "TAC-001",
Task typeType of task (services or absences)"TaType": 1,
Short task nameShort description"TaText1": "Tache de projet",
Long name of taskLong description"TaText2": "Tache de projet",
Billable taskValidation if the task is billable"TaFact": 1,
GroupTask group"TaGroupe": ""
}

Did you find this article useful?

0 out of 0 found this helpful