Get Projects Statuses Lists
GET
/api/v2/project_statuses
Use this method to get projects statuses lists. See our HTTP GET documentation for complete queries method.
The following elements are returned in the get units lists methods response :
Body Response
Element | Description |
---|---|
id | projects statuses id. String. |
name | projects statuses name String maximum 255 characters . |
is_active | Boolean true if active false if not active. |
created* | Element for Created. |
created.user* | Created User. |
created.user.id | User id String Automaticaly. |
created.user.name | User name String. |
created.user.email | User email String. |
created.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |
update* | Element for Update Automatically . |
update.user* | Update user. |
update.time | Date Time format YYYY-MM-DDThh:mm:ss.fffZ (RFC 3339, ISO 8601 date format) . Automaticaly. |