v1

latestOpenAPI 3.1.0Apache 2.02026-07-22160175414.0 KB
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

nextstring uri nullable
prevstring uri nullable
countinteger nullable

Example response

{
  "items": [
    {
      "initialTimeEstimate": {
        "iso": "PT7H30M"
      },
      "revisedTimeEstimate": {
        "iso": "PT7H30M"
      },
      "invoicingWarnings": [
        {
          "applicableFrom": "2021-07-22"
        }
      ]
    }
  ]
}