frequently asked questions

All your questions in one place.

ProjectsList

This method returns a list of projects.

BODY - RAW

{

      "Method": "ProjectsList",

      "Parameters": [

      ]

}

 

EXAMPLE

*/Returns to the list of projects

{

  "Method": "ProjectsList",

  "Parameters": [

            ]

}

 

CLASS RETURNED

 

PropertyDescriptionExample
IdProject number{
"PjNumero": 1,
CodeProject code"PjCode": "PRO-001",
NameProject name"PjName": "Projet test",
DescriptionProject description"PjDesc": "Projet test",
StatusProject status (pending, in progress, completed)"PjStatus": 20,
StartProject start date"PjStart": "2018-01-01T00:00:00",
EndProject end date"PjEnd": "0001-01-01T00:00:00",
Address numberInvoice address"PjAdrs1": 0,
Address numberAddress linked to the project"PjClient": 1,
Note 1Other field 1"PjUtilis1": "",
Note 2Other field 2"PjUtilis2": "",
Note 3Other field 3"PjUtilis3": "",
CategoryProject category"PjCatego": 1
}

Did you find this article useful?

0 out of 0 found this helpful