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
| Property | Description | Example |
|---|---|---|
|
Id |
Project number | { "PjNumero": 1, |
| Code | Project code | "PjCode": "PRO-001", |
| Name | Project name | "PjName": "Projet test", |
| Description | Project description | "PjDesc": "Projet test", |
| Status | Project status (pending, in progress, completed) | "PjStatus": 20, |
| Start | Project start date | "PjStart": "2018-01-01T00:00:00", |
| End | Project end date | "PjEnd": "0001-01-01T00:00:00", |
| Address number | Invoice address |
"PjAdrs1": 0, |
| Address number | Address linked to the project |
"PjClient": 1, |
| Note 1 | Other field 1 |
"PjUtilis1": "", |
| Note 2 | Other field 2 |
"PjUtilis2": "", |
| Note 3 | Other field 3 |
"PjUtilis3": "", |
| Category | Project category |
"PjCatego": 1 |