Projects
List Projects
List projects from an organization. Only returns a subset of a Project fields.
get/timmi-project/api/v4/projects
Query parameters
organizationIdinteger required
Filter on a single organization unique identifier.
searchstring[]
Comma-separated list of codes / names to search for
limitinteger
Page size
pageinteger
Page number
fields.root'count'
Return total items count (across all pages).
codestring
Only returns projects whose code is strictly equal to sent value
Response
OK
Example response
{
"items": [
{
"initialTimeEstimate": {
"iso": "PT7H30M"
},
"revisedTimeEstimate": {
"iso": "PT7H30M"
},
"invoicingWarnings": [
{
"applicableFrom": "2021-07-22"
}
]
}
]
}