URI | Method | Description |
/api/projects | GET | Return collection of projects |
/api/projects/$PROJECT_ID | GET | Return a project by id |
Object Parameters
Key | Value | Format |
reference | Reference number | String |
project_title | Project full title | String |
project_short_title | Truncated project’s full title (30 chars) | String |
status | Current project status | String |
subsidiary_name | Subsidiary Name | String |
is_sub_project | Flag either the project is sub project or not | Boolean |
is_main_project | Flag either The project is the main project or not | Boolean |
contract_name | Contract name | String |
state | State name | String |
country | Country name | String |
created_at | Timestamp the project been created | Timestamp |