Project

The representation of a project is called a Project object. Projects are identified by a unique incremental ID.

Attribute

Type

Description

id

integer

Unique identifier for the project.

code

string

Visual identifier code of the project.

client_id

integer

Client ID linked to the project.

active

integer

Possible values are :

  • 0: Project is inactive

  • 1: Project is active

name

string

Name of project.

description

string

Description of project.

tasks

array

Tasks linked to the project (see Task object)

Last updated